다음을 통해 공유


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

설명

속성을 가져와서 증명 토큰을 ProofToken 가져올 수 있습니다.

적용 대상