Bagikan melalui


WindowsSecurityToken.SecurityKeys Properti

Definisi

Mendapatkan kunci kriptografi yang terkait dengan token keamanan.

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)

Nilai Properti

ReadOnlyCollection<T> Jenis SecurityKey yang berisi sekumpulan kunci yang terkait dengan token keamanan.

Keterangan

Metode SecurityKeys mengembalikan koleksi kosong, secara default.

Berlaku untuk