EncryptedSecurityToken.SecurityKeys 属性

定义

获取与安全令牌相关联的加密密钥。Gets the cryptographic keys associated with the security token.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SecurityKey ^> ^ SecurityKeys { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SecurityKey ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> SecurityKeys { get; }
member this.SecurityKeys : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey>
Public Overrides ReadOnly Property SecurityKeys As ReadOnlyCollection(Of SecurityKey)

属性值

ReadOnlyCollection<SecurityKey>

与安全令牌相关联的一组键。The set of keys associated with the security token.

注解

SecurityToken 继承。Inherited from SecurityToken.

适用于

另请参阅