RsaProtectedConfigurationProvider.UseFIPS 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出提供者是否使用 FIPS。
public:
property bool UseFIPS { bool get(); };
public bool UseFIPS { get; }
member this.UseFIPS : bool
Public ReadOnly Property UseFIPS As Boolean
屬性值
true
如果提供者使用 FIPS,則為 ;否則為 false
。