SecurityCredentialsManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an abstract
class that when implemented represents a security credentials manager.
public ref class SecurityCredentialsManager abstract
public abstract class SecurityCredentialsManager
type SecurityCredentialsManager = class
Public MustInherit Class SecurityCredentialsManager
- Inheritance
-
SecurityCredentialsManager
- Derived
Remarks
This class is the extensibility point for providing a custom security token manager that WCF can use for customizing message and transport security.
SecurityCredentialsManager is a factory that creates instances of classes derived from SecurityTokenManager.
ClientCredentials and ServiceCredentials implement this class.
Constructors
SecurityCredentialsManager() |
Initializes a new instance of the SecurityCredentialsManager class. |
Methods
CreateSecurityTokenManager() |
When overridden in a derived class, creates a new SecurityTokenManager. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |