KerberosTokenProvider.TargetPrincipal Property
Gets or set the target principal name.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim kerberosTokenProvider1 As KerberosTokenProvider
Dim returnValue As String
returnValue = kerberosTokenProvider1.TargetPrincipal
Dim sampleValue As String
kerberosTokenProvider1.TargetPrincipal = sampleValue
Syntax
'Declaration
Public Property TargetPrincipal() As String
public string TargetPrincipal {get; set;}
public:
property String^ TargetPrincipal {
String^ get();
void set(String^ value);
}
public System.String get_TargetPrincipal();
public void set_TargetPrincipal(System.String);
public function get TargetPrincipal() : String;
public function set TargetPrincipal(String);
Property Value
The target principal name.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
KerberosTokenProvider Class
KerberosTokenProvider Members
Microsoft.Web.Services3.Design Namespace