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.
public abstract class SecurityToken
type SecurityToken = class
Public MustInherit Class SecurityToken
- Inheritance
-
System.ObjectSecurityToken
- Derived
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. |