ServiceCredentialsSecurityTokenManager Class
Represents a SecurityTokenManager implementation that provides security token serializers based on the ServiceCredentials configured on the service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.IdentityModel.Selectors::SecurityTokenManager
System.ServiceModel.Security::ServiceCredentialsSecurityTokenManager
| Name | Description | |
|---|---|---|
![]() | ServiceCredentialsSecurityTokenManager(ServiceCredentials^) | Initializes a new instance of the ServiceCredentialsSecurityTokenManager class based on the ServiceCredentials passed in. |
| Name | Description | |
|---|---|---|
![]() | ServiceCredentials | Gets the service credentials used to construct this instance of this class. |
This class creates instances of the SecurityTokenSerializer class. There is one instance of this class for each service channel listener.
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.


