Share via


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

설명

SOAP 메시지를 보호하기 위해 이 보안 토큰의 암호화 키를 설정하려면 SecurityKeys 속성을 사용합니다. 키를 사용하여 SOAP 메시지의 디지털 서명이나 암호화 등을 수행할 수 있습니다.

적용 대상