StsClientApi_Tokens

SamlTokenClientBase Members

SamlTokenClientBase overview

Protected Static (Shared) Fields

ROOT_LOCAL_NAME 
ROOT_PREFIX 

Public Instance Constructors

SamlTokenClientBase Constructor This constructor deserializes an SamlToken from its xml representation.

Public Instance Properties

AppliesTo (inherited from XmlTokenBase) Gets or sets the scope of where the issued token can be used. Currently is not used.
AttachedReference (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
BaseToken (inherited from XmlTokenBase) Gets or sets the base token for the issued security token. Currently is not used.
Id (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
Identity (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
IsCurrent (inherited from XmlTokenBase) Determines if the current token is valid for security operations. Currently is not used.
IsExpired (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
Key (inherited from XmlTokenBase) Returns the key for the security token. Currently is not used.
KeyIdentifier (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
LifeTime (inherited from XmlTokenBase) Get/Set a life time for the token, including creation time and expiration time. Currently is not used.
Principal (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
ProofToken (inherited from XmlTokenBase) Get/Set the proof token for the token. This is the encrypted form of the key for the token requestor. Currently is not used.
RequiresRenewal (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
SubjectNameIdentifier 
SupportingTokens (inherited from XmlTokenBase) Gets or sets the collection of security tokens other than the base token required by the security token service to issue this security token. Currently is not used.
SupportsDataEncryption (inherited from XmlTokenBase) Returns true if the token supports Data Encryption. Currently is not used.
SupportsDigitalSignature (inherited from XmlTokenBase) Returns true if the token supports Digital Signature. Currently is not used.
TokenIssuer (inherited from XmlTokenBase) Gets or sets the security token service that issued the security token. Currently is not used.
TokenType (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
UnattachedReference (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
XmlElement Get System.Xml.XmlElement of SAML token.
XmlText Get XML text of SAML token.

Public Instance Methods

Equals (inherited from XmlTokenBase)Overloaded. Determines whether two instances are equal.
Equals (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken)Overloaded.  
GetHashCode Returns a hash code for the SecurityToken. Currently is not used.
GetSignedTokenXml (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 
GetType (inherited from Object)Gets the Type of the current instance.
GetXml Serialize this class to a Xmlelement.
LoadXml Load an XML element into properties of the SecurityToken. This realization does nothing to parse element.
ToString (inherited from Object)Returns a String that represents the current Object.
VerifySignedTokenXml (inherited from Microsoft.Web.Services3.Security.Tokens.SecurityToken) 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

SamlTokenClientBase Class | com.pingidentity.Security.Tokens.SAMLToken Namespace