Share via


RsaSignatureCookieTransform.VerificationKeys 속성

정의

서명 확인에 사용된 키 컬렉션을 가져옵니다.

기본적으로 이 속성은 서명 키만 포함하는 목록을 반환합니다.

protected:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::RSA ^> ^ VerificationKeys { System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::RSA ^> ^ get(); };
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.RSA> VerificationKeys { get; }
member this.VerificationKeys : System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.RSA>
Protected Overridable ReadOnly Property VerificationKeys As ReadOnlyCollection(Of RSA)

속성 값

서명 확인에 사용된 키 컬렉션입니다.

적용 대상