Specifies that the assertion SHOULD be used immediately and MUST NOT be retained for future use. [Saml2Core, 2.5.1]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2Conditions
Dim value As Boolean

value = instance.OneTimeUse

instance.OneTimeUse = value

Syntax

Visual Basic
Public Property OneTimeUse As Boolean
C#
public bool OneTimeUse { get; set; }
C++
public:
property bool OneTimeUse {
		bool get ();
		void set (bool value);
}
J#
/** @property */
public boolean get_OneTimeUse ()

/** @property */
public void set_OneTimeUse (boolean value)
JScript
public function get OneTimeUse () : boolean

public function set OneTimeUse (value : boolean)

Property Value

true if the assertion must be used immediately; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also