SecurityTokenHandlerCollectionManager 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.
A class that manages multiple, named security token handler collections.
public ref class SecurityTokenHandlerCollectionManager
public class SecurityTokenHandlerCollectionManager
type SecurityTokenHandlerCollectionManager = class
Public Class SecurityTokenHandlerCollectionManager
- Inheritance
-
SecurityTokenHandlerCollectionManager
Constructors
SecurityTokenHandlerCollectionManager(String) |
Initializes a new instance of the SecurityTokenHandlerCollectionManager class for the specified named service. |
Properties
Count |
Gets the number of security token handler collections managed by this instance. |
Item[String] |
Returns the security token handler collection for the specified usage. |
SecurityTokenHandlerCollections |
Gets the security token handler collections managed by this instance. |
ServiceName |
Gets the service name. |
Methods
ContainsKey(String) |
Determines whether this instance contains a security token handler collection for the specified usage. |
CreateDefaultSecurityTokenHandlerCollectionManager() |
Creates a token handler collection manager with a handler collection that contains the default set of token handlers. |
CreateEmptySecurityTokenHandlerCollectionManager() |
Creates an empty token handler collection manager. |
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) |