PeerTransportSecuritySettings.CredentialType Propiedad

Definición

Obtiene o establece el tipo de credencial que se usa para autenticar el transporte del 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

Valor PeerTransportCredentialType de enumeración que especifica el tipo de credenciales que se va a proporcionar para la autenticación.

Excepciones

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

Se aplica a