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