BasicHttpMessageSecurityElement.ClientCredentialType Propriedade
Definição
Especifica o tipo de credencial do cliente a ser usada com a classe BasicHttpMessageSecurityElement.Specifies the type of client credential to use with the BasicHttpMessageSecurityElement class.
public:
property System::ServiceModel::BasicHttpMessageCredentialType ClientCredentialType { System::ServiceModel::BasicHttpMessageCredentialType get(); void set(System::ServiceModel::BasicHttpMessageCredentialType value); };
[System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.ServiceModel.BasicHttpMessageCredentialType ClientCredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.ClientCredentialType : System.ServiceModel.BasicHttpMessageCredentialType with get, set
Public Property ClientCredentialType As BasicHttpMessageCredentialType
Valor da propriedade
Um BasicHttpMessageCredentialType.A BasicHttpMessageCredentialType. O padrão é UserName.The default is UserName.
- Atributos