Condividi tramite


struttura WSMAN_AUTHENTICATION_CREDENTIALS (wsman.h)

Definisce il metodo di autenticazione e le credenziali usate per l'autenticazione del server o del proxy.

Sintassi

typedef struct _WSMAN_AUTHENTICATION_CREDENTIALS {
  DWORD authenticationMechanism;
  union {
    WSMAN_USERNAME_PASSWORD_CREDS userAccount;
    PCWSTR                        certificateThumbprint;
  };
} WSMAN_AUTHENTICATION_CREDENTIALS;

Members

authenticationMechanism

Definisce il meccanismo di autenticazione. Questo membro può essere impostato su zero. Se è impostato su zero, il client WinRM sceglierà tra Kerberos e Negotiate. Se non è impostato su zero, questo membro deve essere uno dei valori dell'enumerazione WSManAuthenticationFlags .

userAccount

Definisce le credenziali usate per l'autenticazione. Per altre informazioni, vedere WSMAN_USERNAME_PASSWORD_CREDS .

certificateThumbprint

Definisce l'identificazione personale del certificato.

Requisiti

Requisito Valore
Client minimo supportato Windows 7
Server minimo supportato Windows Server 2008 R2
Intestazione wsman.h
Componente ridistribuibile Windows Management Framework in Windows Server 2008 con SP2, Windows Vista con SP1 e Windows Vista con SP2