SecurityKeyIdentifierClause.Id プロパティ

定義

キー識別子句 ID を取得または設定します。

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

プロパティ値

キー識別子句 ID。 既定値は、null です。

注釈

このセキュリティ キー識別子を XML にシリアル化すると、 Id プロパティは 要素の<SecurityTokenReference>属性としてIdシリアル化されます。 プロパティが の場合、nullId属性は 要素に<SecurityTokenReference>含まれません。

適用対象