SecurityKeyIdentifierClause.Id 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定金鑰識別碼子句 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 屬性會串行化為 Id
項目的屬性 <SecurityTokenReference>
。 如果屬性為 null
,則 Id
屬性不會包含在 元素中 <SecurityTokenReference>
。