SecurityToken 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.
Base class for security token.
[System.Serializable]
public abstract class SecurityToken : Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact
[<System.Serializable>]
type SecurityToken = class
interface ISafeLogSecurityArtifact
Public MustInherit Class SecurityToken
Implements ISafeLogSecurityArtifact
- Inheritance
-
SecurityToken
- Derived
- Attributes
- Implements
Constructors
SecurityToken() |
Properties
Id |
This must be overridden to get the Id of this SecurityToken. |
Issuer |
This must be overridden to get the issuer of this SecurityToken. |
SecurityKey |
This must be overridden to get the SecurityKey. |
SigningKey |
This must be overridden to get or set the SecurityKey that signed this instance. |
ValidFrom |
This must be overridden to get the time when this SecurityToken was Valid. |
ValidTo |
This must be overridden to get the time when this SecurityToken is no longer Valid. |
Methods
UnsafeToString() |
Returns a string that represents the complete security artifact. This may include sensitive information and should only be used for debugging purposes. |