共用方式為


Pkcs12LoaderLimits.DangerousNoLimits 屬性

定義

取得載入器限制的共享參考,指出在傳送內容至基礎系統載入器之前,不應套用內容篩選或限制。

public:
 static property System::Security::Cryptography::X509Certificates::Pkcs12LoaderLimits ^ DangerousNoLimits { System::Security::Cryptography::X509Certificates::Pkcs12LoaderLimits ^ get(); };
public static System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits DangerousNoLimits { get; }
static member DangerousNoLimits : System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits
Public Shared ReadOnly Property DangerousNoLimits As Pkcs12LoaderLimits

屬性值

載入器限制的共享參考,表示在將內容傳送至基礎系統載入器之前,不應套用內容篩選或限制。

備註

系統載入器可能會有自己的限制,其中只遵守部分內容,或拒絕載入的位置。 使用此限制集只會影響篩選的 .NET 層。

X509CertificateLoader 類別會檢查此屬性的參考是否相等,以判斷是否應該略過篩選。 建立具有所有相同屬性值的新 Pkcs12LoaderLimits 值可能會針對特定輸入提供不同的結果。

適用於