IssuedTokenServiceElement::AllowUntrustedRsaIssuers Property
.NET Framework (current version)
Gets or sets a value that specifies whether untrusted RSA certificate issuers are allowed.
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::Booleantrue 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
Available since 3.0
Show: