Partager via


Propriété Saml2SubjectConfirmationData.NotBefore

A time instant before which the subject cannot be confirmed. [Saml2Core, 2.4.1.2]

Espace de noms: Microsoft.IdentityModel.Tokens.Saml2
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As Saml2SubjectConfirmationData
Dim value As Nullable(Of DateTime)

value = instance.NotBefore

instance.NotBefore = value

Syntaxe

'Déclaration
Public Property NotBefore As Nullable(Of DateTime)
public Nullable<DateTime> NotBefore { get; set; }
public:
property Nullable<DateTime> NotBefore {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
/** @property */
public Nullable<DateTime> get_NotBefore ()

/** @property */
public void set_NotBefore (Nullable<DateTime> value)
public function get NotBefore () : Nullable<DateTime>

public function set NotBefore (value : Nullable<DateTime>)

Valeur de la propriété

Returns a nullable DateTime.

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

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

Voir aussi

Référence

Classe Saml2SubjectConfirmationData
Membres Saml2SubjectConfirmationData
Espace de noms Microsoft.IdentityModel.Tokens.Saml2