WSTrustMessage.KeyType プロパティ

定義

RequestSecurityToken (RST) メッセージ内の wst:KeyType 要素の内容を取得または設定します。

public:
 property System::String ^ KeyType { System::String ^ get(); void set(System::String ^ value); };
public string KeyType { get; set; }
member this.KeyType : string with get, set
Public Property KeyType As String

プロパティ値

目的のキーの種類を識別する URI を含む文字列。

注釈

この省略可能な URI 要素は、セキュリティ トークンに必要なキーの種類を示します。

適用対象