SecurityTokenRequirement.Properties Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan kumpulan properti non-statis untuk instans saat ini SecurityTokenRequirement .
public:
property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Properties As IDictionary(Of String, Object)
Nilai Properti
Yang IDictionary<TKey,TValue> berisi kumpulan properti non-statis untuk instans saat ini SecurityTokenRequirement .
Keterangan
Gunakan nilai KeySizePropertyproperti , KeyTypeProperty, KeyUsageProperty, TokenTypeProperty sebagai indeks ke dalam koleksi untuk mendapatkan nilai properti tertentu.