X509ServiceCertificateAuthenticationElement.TrustedStoreLocation Propriedade
Definição
Obtém ou define o local do repositório confiável em que o certificado de serviço é validado.Gets or sets the trusted store location where the service certificate is validated.
public:
property System::Security::Cryptography::X509Certificates::StoreLocation TrustedStoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
[System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation
Valor da propriedade
O local de repositório confiável em que o certificado de serviço é validado.The trusted store location where the service certificate is validated.
- Atributos
Comentários
Windows Communication Foundation sistema de segurança (WCF) valida o certificado de serviço em relação a um StoreLocation .Windows Communication Foundation (WCF) security system validates the service certificate against a StoreLocation. O local do repositório é especificado usando essa propriedade.The store location is specified using this property.