Method | Description | |
---|---|---|
AccessSecurityToken ( string subjectName, string resource, Lifetime lifetime, |
Initializes a new instance of the AccessSecurityToken class.
|
|
AccessSecurityToken ( string id, string subjectName, string resource, System.DateTime expires, |
Initializes a new instance of the AccessSecurityToken class.
|
public AccessSecurityToken ( string subjectName, string resource, Lifetime lifetime, |
||
subjectName | string | Name of the subject. |
resource | string | The resource identifier. |
lifetime | Lifetime | The lifetime. |
issuerCertificate | The issuer certificate. | |
return | System |
public AccessSecurityToken ( string id, string subjectName, string resource, System.DateTime expires, |
||
id | string | The id. |
subjectName | string | Name of the subject. |
resource | string | The resource identifier. |
expires | System.DateTime | The expires. |
issuerCertificate | The issuer certificate. | |
return | System |