IssuedTokenServiceElement::AllowUntrustedRsaIssuers Property

 

Gets or sets a value that specifies whether untrusted RSA certificate issuers are allowed.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("allowUntrustedRsaIssuers", DefaultValue = false)]
property bool AllowUntrustedRsaIssuers {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if untrusted RSA certificate issuers are accepted; otherwise, false.

Certificates are signed by certification authorities (CAs) to verify authenticity. An untrusted issuer is a CA that is not specified to be trusted to sign certificates.

.NET Framework
Available since 3.0
Return to top
Show: