KerberosRequestorSecurityToken.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<T> 的 SecurityKey,包含与安全令牌相关联的密钥集。A ReadOnlyCollection<T> of type SecurityKey that contains the set of keys associated with the security token.
注解
SecurityKeys 属性包含 SecurityKey 属性中的对称会话密钥。The SecurityKeys property contains the symmetric session key in the SecurityKey property.