SecurityTokenRequirement.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of the non-static properties for the current SecurityTokenRequirement instance.
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)
Property Value
An IDictionary<TKey,TValue> that contains a collection of the non-static properties for the current SecurityTokenRequirement instance.
Remarks
Use the values of the KeySizeProperty, KeyTypeProperty, KeyUsageProperty, TokenTypeProperty properties as indexes into the collection to get a specific property value.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET