KerberosReceiverSecurityToken.SecurityKeys 속성

정의

보안 토큰과 연결된 암호화 키를 가져옵니다.

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입니다.

설명

속성에는 SecurityKeys 속성의 대칭 세션 키가 SecurityKey 포함됩니다.

적용 대상