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 元素。

适用于