CngKey.ExportPolicy 属性
定义
获取密钥所使用的导出策略。Gets the export policy that is used by the key.
public:
property System::Security::Cryptography::CngExportPolicies ExportPolicy { System::Security::Cryptography::CngExportPolicies get(); };
public System.Security.Cryptography.CngExportPolicies ExportPolicy { get; }
[get: System.Security.SecurityCritical]
public System.Security.Cryptography.CngExportPolicies ExportPolicy { get; }
member this.ExportPolicy : System.Security.Cryptography.CngExportPolicies
[<get: System.Security.SecurityCritical>]
member this.ExportPolicy : System.Security.Cryptography.CngExportPolicies
Public ReadOnly Property ExportPolicy As CngExportPolicies
属性值
一个指定密钥的导出策略的对象。An object that specifies the export policy for the key.
- 属性
注解
导出策略控制密钥的导出频率和格式。The export policy controls the export frequency and format for the key.