Class AdHocToken
This doesn't add anything to BasicTokenDefinition (yet), but this is a separate type just for readability.
Implements
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class AdHocToken : BasicTokenDefinition, IEquatable<BasicTokenDefinition>
Constructors
View SourceAdHocToken()
Initializes a new instance of the AdHocToken class.
Declaration
public AdHocToken()
AdHocToken(string, string)
Initializes a new instance of the AdHocToken class.
Declaration
public AdHocToken(string name, string description)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the token. |
string | description | A description of the token. |