ServiceCredentials Members
.NET Framework 3.0
The following tables list the members exposed by the ServiceCredentials type.
(see also
Protected Constructors
)
Top
| Name | Description | |
|---|---|---|
| ServiceCredentials | Overloaded. Initializes a new instance of the ServiceCredentials class. |
| Name | Description | |
|---|---|---|
| ServiceCredentials | Overloaded. Initializes a new instance of the ServiceCredentials class. |
| Name | Description | |
|---|---|---|
| ClientCertificate | Gets the current client certificate authentication and provisioning settings for this 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. |
| UserNameAuthentication | Gets the current user name/password authentication settings for this service. |
| WindowsAuthentication | Gets the current Windows authentication settings for this service. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone | Creates a copy of the current instance. |
| CreateSecurityTokenManager | Overridden. Creates a token manager for this service. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| CloneCore | Copies the essential members of the current instance. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| System.ServiceModel.Description.IServiceBehavior.AddBindingParameters | Adds this instance to a binding parameter collection. This is an infrastructure method and not intended to be called directly. |
| System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior | Apply the dispatch behavior. This is an infrastructure method and not intended to be called directly. |
| System.ServiceModel.Description.IServiceBehavior.Validate | Validates a service description. This is an infrastructure method and not intended to be called directly. |