Pkcs12LoaderLimits.Defaults 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对默认加载程序限制的共享引用。
public:
static property System::Security::Cryptography::X509Certificates::Pkcs12LoaderLimits ^ Defaults { System::Security::Cryptography::X509Certificates::Pkcs12LoaderLimits ^ get(); };
public static System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits Defaults { get; }
static member Defaults : System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits
Public Shared ReadOnly Property Defaults As Pkcs12LoaderLimits
属性值
对默认加载程序限制的共享引用。
注解
从此属性返回的单一实例等效于通过默认构造函数生成的实例,但属性禁止重新分配。 与默认构造函数一样,单个属性值可能会随时间而变化。