SessionSecurityToken.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)

속성 값

세션에 연결된 키입니다. 일반적으로 단일 키가 있습니다.

설명

참고

기본 구현에서는이 속성을 사용 하지 않습니다. 서명 및 암호화 키에서 적용 된 쿠키 변환에 의해 지정 됩니다는 SessionSecurityTokenHandler 토큰을 처리 합니다.

적용 대상