TokenStatus 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.
The status of a particular token.
public class TokenStatus
type TokenStatus = class
Public Class TokenStatus
- Inheritance
-
TokenStatus
Constructors
TokenStatus() |
Initializes a new instance of the TokenStatus class. |
TokenStatus(String, String, Nullable<Boolean>, String) |
Initializes a new instance of the TokenStatus class. |
Properties
ChannelId |
Gets or sets the channelId of the token status pertains to. |
ConnectionName |
Gets or sets the name of the connection the token status pertains to. |
HasToken |
Gets or sets true if a token is stored for this ConnectionName. |
ServiceProviderDisplayName |
Gets or sets the display name of the service provider for which this Token belongs to. |