SecurityTokenRequirement.Properties 속성

정의

현재 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)

속성 값

현재 IDictionary<TKey,TValue> 인스턴스에 대한 비정적 속성의 컬렉션을 포함하는 SecurityTokenRequirement입니다.

설명

, , KeyTypeProperty, KeyUsagePropertyTokenTypeProperty 속성의 KeySizeProperty값을 컬렉션의 인덱스로 사용하여 특정 속성 값을 가져옵니다.

적용 대상