PeerTransportSecurityElement.CredentialType Propiedad

Definición

Obtiene o establece la configuración para el tipo de credenciales usadas para comprobar mensajes enviados con el transporte del mismo nivel.

public:
 property System::ServiceModel::PeerTransportCredentialType CredentialType { System::ServiceModel::PeerTransportCredentialType get(); void set(System::ServiceModel::PeerTransportCredentialType value); };
[System.Configuration.ConfigurationProperty("credentialType", DefaultValue=System.ServiceModel.PeerTransportCredentialType.Password)]
public System.ServiceModel.PeerTransportCredentialType CredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("credentialType", DefaultValue=System.ServiceModel.PeerTransportCredentialType.Password)>]
member this.CredentialType : System.ServiceModel.PeerTransportCredentialType with get, set
Public Property CredentialType As PeerTransportCredentialType

Valor de propiedad

PeerTransportCredentialType valor de enumeración que contiene el tipo de credenciales usado para comprobar mensajes enviados con el transporte del mismo nivel.

Atributos

Se aplica a