Saml2Conditions.OneTimeUse 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指定判斷提示是否應該立即使用,而且不能保留供日後使用。 [Saml2Core, 2.5.1]
public:
property bool OneTimeUse { bool get(); void set(bool value); };
public bool OneTimeUse { get; set; }
member this.OneTimeUse : bool with get, set
Public Property OneTimeUse As Boolean
屬性值
如果應該立即使用判斷提示,則為 true
,否則為 false
。
備註
OneTimeUse 元素。