Propriété Saml2Assertion.Statements
Statements regarding the subject.
Espace de noms: Microsoft.IdentityModel.Tokens.Saml2
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As Saml2Assertion Dim value As Collection(Of Saml2Statement) value = instance.Statements
Syntaxe
'Déclaration
Public ReadOnly Property Statements As Collection(Of Saml2Statement)
public Collection<Saml2Statement> Statements { get; }
public:
property Collection<Saml2Statement^>^ Statements {
Collection<Saml2Statement^>^ get ();
}
/** @property */
public Collection<Saml2Statement> get_Statements ()
public function get Statements () : Collection<Saml2Statement>
Valeur de la propriété
Returns a collection of type Saml2Statement.
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