ServiceCredentials Class
Configures a service credential. Use this class to specify the credential for the service such as an X.509 certificate. Also, use this class to specify the authentication model for various client credentials such as user name and password validation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Security::SecurityCredentialsManager
System.ServiceModel.Description::ServiceCredentials
| Name | Description | |
|---|---|---|
![]() | ServiceCredentials() | Initializes a new instance of the ServiceCredentials class. |
![]() | ServiceCredentials(ServiceCredentials^) | Initializes a new instance of ServiceCredentials from the specified ServiceCredentials. |
| Name | Description | |
|---|---|---|
![]() | ClientCertificate | Gets the current client certificate authentication and provisioning settings for this service. |
![]() | ExceptionMapper | Gets or sets the exception mapper associated with the service credentials. |
![]() | IdentityConfiguration | Gets or sets the identity configuration for the service. |
![]() | IssuedTokenAuthentication | Gets the current issued token (for example, SAML) authentication settings for this service. |
![]() | Peer | Gets the current credential authentication and provisioning settings to be used by peer transport endpoints configured on the service. |
![]() | SecureConversationAuthentication | Gets the current settings to be used by a secure conversation. |
![]() | ServiceCertificate | Gets the current certificate associated with this service. |
![]() | UseIdentityConfiguration | Gets or sets whether the service credential uses identity configuration. |
![]() | UserNameAuthentication | Gets the current user name/password authentication settings for this service. |
![]() | WindowsAuthentication | Gets the current Windows authentication settings for this service. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a copy of the current instance. |
![]() | CloneCore() | Copies the essential members of the current instance. |
![]() | CreateSecurityTokenManager() | Creates a token manager for this service.(Overrides SecurityCredentialsManager::CreateSecurityTokenManager().) |
![]() | 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() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceBehavior::AddBindingParameters(ServiceDescription^, ServiceHostBase^, Collection<ServiceEndpoint^>^, BindingParameterCollection^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds this instance to a binding parameter collection. This is an infrastructure method and not intended to be called directly. |
![]() ![]() | IServiceBehavior::ApplyDispatchBehavior(ServiceDescription^, ServiceHostBase^) | This API supports the product infrastructure and is not intended to be used directly from your code. Apply the dispatch behavior. This is an infrastructure method and not intended to be called directly. |
![]() ![]() | IServiceBehavior::Validate(ServiceDescription^, ServiceHostBase^) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates a service description. This is an infrastructure method and not intended to be called directly. |
This class is used as a parameter in the BuildChannelListenerCore<TChannel> method, by methods of the ServiceCredentialsSecurityTokenManager, and is returned by the ServiceHostBase::Credentials property.
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.




