Compartir vía


PeerTransportSecuritySettings.CredentialType Propiedad

Definición

Obtiene o establece el tipo de credencial usado para autenticar el transporte de canal del mismo nivel.

public:
 property System::ServiceModel::PeerTransportCredentialType CredentialType { System::ServiceModel::PeerTransportCredentialType get(); void set(System::ServiceModel::PeerTransportCredentialType value); };
public System.ServiceModel.PeerTransportCredentialType CredentialType { get; set; }
member this.CredentialType : System.ServiceModel.PeerTransportCredentialType with get, set
Public Property CredentialType As PeerTransportCredentialType

Valor de propiedad

PeerTransportCredentialType

Un valor de enumeración PeerTransportCredentialType que especifica el tipo de credenciales que proporcionar para la autenticación.

Excepciones

El tipo de credencial es un valor de enumeración PeerTransportCredentialType no válido.

Se aplica a