共用方式為


IssuedTokenServiceElement.AllowUntrustedRsaIssuers 屬性

定義

取得或設定值,這個值會指定是否允許未受信任的 RSA 憑證簽發者。

public:
 property bool AllowUntrustedRsaIssuers { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowUntrustedRsaIssuers", DefaultValue=false)]
public bool AllowUntrustedRsaIssuers { get; set; }
[<System.Configuration.ConfigurationProperty("allowUntrustedRsaIssuers", DefaultValue=false)>]
member this.AllowUntrustedRsaIssuers : bool with get, set
Public Property AllowUntrustedRsaIssuers As Boolean

屬性值

Boolean

如果接受未受信任的 RSA 憑證簽發者,則為 true,否則為 false

屬性

備註

憑證是由憑證授權單位 (CA) 簽署,以確認真實性。 未受信任的簽發者,是指未指定為可信任進行簽署憑證的 CA。

適用於