MessageSecurityOverHttpElement.ClientCredentialType Propriedade
Definição
Especifica o tipo de credencial a ser usada ao executar a autenticação de cliente usando a segurança baseada em mensagem ou TransportWithMessageCredential.Specifies the type of credential to be used when performing client authentication using message-based security or TransportWithMessageCredential.
public:
property System::ServiceModel::MessageCredentialType ClientCredentialType { System::ServiceModel::MessageCredentialType get(); void set(System::ServiceModel::MessageCredentialType value); };
[System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.ServiceModel.MessageCredentialType ClientCredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.ClientCredentialType : System.ServiceModel.MessageCredentialType with get, set
Public Property ClientCredentialType As MessageCredentialType
Valor da propriedade
Um MessageCredentialType valor válido que especifica o tipo de credencial a ser usado ao executar a autenticação de cliente usando a segurança baseada em mensagem ou TransportWithMessageCredential .A valid MessageCredentialType value that specifies the type of credential to be used when performing client authentication using message-based security or TransportWithMessageCredential. O valor padrão é Windows.The default value is Windows.
- Atributos