Share via


KerberosAssertion.KerberosTokenProvider Property

Gets or sets the security token provider for the client's security credentials.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim kerberosAssertion1 As KerberosAssertion

Dim returnValue As TokenProvider(Of KerberosToken)
returnValue = kerberosAssertion1.KerberosTokenProvider

Dim sampleValue As TokenProvider(Of KerberosToken)
kerberosAssertion1.KerberosTokenProvider = sampleValue

Syntax

'Declaration
Public Property KerberosTokenProvider() As TokenProvider(Of KerberosToken)
public TokenProvider<KerberosToken> KerberosTokenProvider {get; set;}
public:
property TokenProvider<KerberosToken^>^ KerberosTokenProvider {
    TokenProvider<KerberosToken^>^ get();
    void set(TokenProvider<KerberosToken^>^ value);
}
public TokenProvider<KerberosToken> get_KerberosTokenProvider();
public void set_KerberosTokenProvider(TokenProvider<KerberosToken>);
JScript does not support Generics.

Property Value

A TokenProvider class of type KerberosToken class that represents the Web service client's security credentials.

Remarks

For this turnkey security assertion, the Web service client's security credentials are specified using a KerberosToken security token.

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

KerberosAssertion Class
KerberosAssertion Members
Microsoft.Web.Services3.Design Namespace