SecurityTokenDescriptor.Properties 属性

定义

获取颁发的令牌的属性包。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property Properties As Dictionary(Of String, Object)

属性值

表示属性包的字典。

适用于