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

설명

컬렉션에는 RSA 알고리즘을 사용하여 만든 비대칭 키가 포함되어 있습니다. 키는 형식 RsaSecurityKey입니다.

적용 대상