Method | Description | |
---|---|---|
MatchesKeyIdentifierClause ( System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause ) : bool |
Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier.
|
|
MultipleSymmetricKeySecurityToken ( IEnumerable |
Initializes a new instance of the MultipleSymmetricKeySecurityToken class.
|
|
MultipleSymmetricKeySecurityToken ( string tokenId, IEnumerable |
Initializes a new instance of the MultipleSymmetricKeySecurityToken class.
|
Method | Description | |
---|---|---|
CreateSymmetricSecurityKeys ( IEnumerable |
public MatchesKeyIdentifierClause ( System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause ) : bool | ||
keyIdentifierClause | System.IdentityModel.Tokens.SecurityKeyIdentifierClause | A SecurityKeyIdentifierClause to compare to this instance |
return | bool |
public MultipleSymmetricKeySecurityToken ( IEnumerable |
||
keys | IEnumerable |
An enumeration of Byte arrays that contain the symmetric keys. |
return | System |
public MultipleSymmetricKeySecurityToken ( string tokenId, IEnumerable |
||
tokenId | string | The unique identifier of the security token. |
keys | IEnumerable |
An enumeration of Byte arrays that contain the symmetric keys. |
return | System |