ClientCredentialsSecurityTokenManager Class
Manages security tokens for the client.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.IdentityModel.Selectors::SecurityTokenManager
System.ServiceModel::ClientCredentialsSecurityTokenManager
| Name | Description | |
|---|---|---|
![]() | ClientCredentialsSecurityTokenManager(ClientCredentials^) | Initializes a new instance of the ClientCredentialsSecurityTokenManager class. |
| Name | Description | |
|---|---|---|
![]() | ClientCredentials | Gets the client credentials. |
| Name | Description | |
|---|---|---|
![]() | CreateSecurityTokenAuthenticator(SecurityTokenRequirement^, SecurityTokenResolver^%) | Creates a security token authenticator.(Overrides SecurityTokenManager::CreateSecurityTokenAuthenticator(SecurityTokenRequirement^, SecurityTokenResolver^%).) |
![]() | CreateSecurityTokenProvider(SecurityTokenRequirement^) | Creates a security token provider.(Overrides SecurityTokenManager::CreateSecurityTokenProvider(SecurityTokenRequirement^).) |
![]() | CreateSecurityTokenSerializer(SecurityTokenVersion^) | Creates a security token serializer.(Overrides SecurityTokenManager::CreateSecurityTokenSerializer(SecurityTokenVersion^).) |
![]() | CreateSecurityTokenSerializer(SecurityVersion^) | Creates a security token serializer. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsIssuedSecurityTokenRequirement(SecurityTokenRequirement^) | Gets a value that indicates whether the specified token requirement is an issued security token requirement. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class handles security token serialization, security token provision and security token authentication for the client. There is one instance of this class for each client channel factory.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


