CredentialPickerOptions Classe
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.
Contrôle l’apparence et le comportement d’une invite d’informations d’identification.
public ref class CredentialPickerOptions sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CredentialPickerOptions final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class CredentialPickerOptions final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CredentialPickerOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class CredentialPickerOptions
function CredentialPickerOptions()
Public NotInheritable Class CredentialPickerOptions
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Remarques
Notes
Cette classe n’est pas agile, ce qui signifie que vous devez prendre en compte son modèle de thread et son comportement de marshaling. Pour plus d’informations, consultez Threading and Marshaling (C++/CX) et Utilisation d’objets Windows Runtime dans un environnement multithread.
Constructeurs
CredentialPickerOptions() |
Crée et initialise un nouveau instance vide de l’objet CredentialPickerOptions. |
Propriétés
AlwaysDisplayDialog |
Obtient ou définit l’option indiquant si la boîte de dialogue est affichée. |
AuthenticationProtocol |
Obtient ou définit le protocole d’authentification. |
CallerSavesCredential |
Obtient ou définit si l’appelant souhaite enregistrer les informations d’identification. |
Caption |
Obtient ou définit le texte légende affiché à l’utilisateur. |
CredentialSaveOption |
Obtient ou définit l’option d’enregistrement des informations d’identification. |
CustomAuthenticationProtocol |
Obtient ou définit si le protocole d’authentification est personnalisé plutôt qu’un protocole d’authentification standard. |
ErrorCode |
Obtient ou définit le code d'erreur. |
Message |
Obtient ou définit le corps du texte qui s’affiche à l’utilisateur. |
PreviousCredential |
Obtient ou définit s’il faut remplir les champs de boîte de dialogue avec les informations d’identification précédentes. |
TargetName |
Obtient ou définit le nom de l’ordinateur cible. |