次の方法で共有


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)

プロパティ値

署名の検証に使用するキーのコレクション。

適用対象