PeerTransportSecurityElement.CredentialType Proprietà

Definizione

Ottiene o imposta la configurazione per il tipo di credenziali usate per verificare i messaggi inviati con il trasporto peer.

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

Valore della proprietà

Valore di enumerazione PeerTransportCredentialType che contiene il tipo di credenziali utilizzate per verificare messaggi inviati con il trasporto peer.

Attributi

Si applica a