MsmqIntegrationMessageProperty.Authenticated Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit si le message a été authentifié.
public:
property Nullable<bool> Authenticated { Nullable<bool> get(); };
public bool? Authenticated { get; }
member this.Authenticated : Nullable<bool>
Public ReadOnly Property Authenticated As Nullable(Of Boolean)
Valeur de propriété
true
si le message a été authentifié ; sinon false
.
Remarques
Obtient une valeur qui indique si le message a été authentifié.