KerberosSecurityTokenParameters 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.
Represents the parameters for a Kerberos security token.
public ref class KerberosSecurityTokenParameters : System::ServiceModel::Security::Tokens::SecurityTokenParameters
public class KerberosSecurityTokenParameters : System.ServiceModel.Security.Tokens.SecurityTokenParameters
type KerberosSecurityTokenParameters = class
inherit SecurityTokenParameters
Public Class KerberosSecurityTokenParameters
Inherits SecurityTokenParameters
- Inheritance
Remarks
This class is a collection of token properties and methods, and is used in creating security binding elements and tokens.
Constructors
KerberosSecurityTokenParameters() |
Initializes a new instance of the KerberosSecurityTokenParameters class. |
KerberosSecurityTokenParameters(KerberosSecurityTokenParameters) |
Initializes a new instance of the KerberosSecurityTokenParameters class. |
Properties
HasAsymmetricKey |
Gets a value that indicates whether the token has an asymmetric key. |
InclusionMode |
Gets or sets the token inclusion requirements. (Inherited from SecurityTokenParameters) |
ReferenceStyle |
Gets or sets the token reference style. (Inherited from SecurityTokenParameters) |
RequireDerivedKeys |
Gets or sets a value that indicates whether keys can be derived from the original proof keys. (Inherited from SecurityTokenParameters) |
SupportsClientAuthentication |
When implemented, gets a value that indicates whether the token supports client authentication. |
SupportsClientWindowsIdentity |
When implemented, gets a value that indicates whether the token supports a Windows identity for authentication. |
SupportsServerAuthentication |
When implemented, gets a value that indicates whether the token supports server authentication. |
Methods
Clone() |
Clones another instance of this instance of the class. (Inherited from SecurityTokenParameters) |
CloneCore() |
Clones another instance of this instance of the class. |
CreateKeyIdentifierClause(SecurityToken, SecurityTokenReferenceStyle) |
Creates a key identifier clause for a token. |
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) |
InitializeSecurityTokenRequirement(SecurityTokenRequirement) |
Initializes a security token requirement. |
MatchesKeyIdentifierClause(SecurityToken, SecurityKeyIdentifierClause, SecurityTokenReferenceStyle) |
Indicates whether a token matches a key identifier clause. (Inherited from SecurityTokenParameters) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Displays a text representation of this instance of the class. (Inherited from SecurityTokenParameters) |