Partager via


Propriété Saml2Assertion.Version

The version of this assertion. [Saml2Core, 2.3.3]

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

Utilisation

    Dim instance As Saml2Assertion
Dim value As String

value = instance.Version

Syntaxe

'Déclaration
Public ReadOnly Property Version As String
public string Version { get; }
public:
property String^ Version {
    String^ get ();
}
/** @property */
public String get_Version ()
public function get Version () : String

Valeur de la propriété

Returns a string that contains the version.

Remarques

In this version of WIF (Windows® Identity Foundation), only version "2.0" is supported.

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 Saml2Assertion
Membres Saml2Assertion
Espace de noms Microsoft.IdentityModel.Tokens.Saml2