共用方式為


Saml2Conditions.OneTimeUse 屬性

定義

取得值,指定判斷提示是否應該立即使用,而且不能保留供日後使用。 [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 元素。

適用於