IssuedTokenServiceElement.AllowUntrustedRsaIssuers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指定是否允許未受信任的 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
屬性值
如果接受未受信任的 RSA 憑證簽發者,則為 true
,否則為 false
。
- 屬性
備註
憑證是由憑證授權單位 (CA) 簽署,以確認真實性。 未受信任的簽發者,是指未指定為可信任進行簽署憑證的 CA。