PfxImportParameters
PfxImportParameters
PfxImportParameters
PfxImportParameters
Class
Definition
Represents PFX import parameters.
public : sealed class PfxImportParameters : IPfxImportParameterspublic sealed class PfxImportParameters : IPfxImportParametersPublic NotInheritable Class PfxImportParameters Implements IPfxImportParameters// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
PfxImportParameters() PfxImportParameters() PfxImportParameters() PfxImportParameters()
Creates a new instance of the PfxImportParameters class.
public : PfxImportParameters()public PfxImportParameters()Public Sub New()// You can use this method in JavaScript.
Properties
ContainerNamePrefix ContainerNamePrefix ContainerNamePrefix ContainerNamePrefix
Gets or sets the container name prefix.
public : PlatForm::String ContainerNamePrefix { get; set; }public string ContainerNamePrefix { get; set; }Public ReadWrite Property ContainerNamePrefix As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The container name prefix.
Exportable Exportable Exportable Exportable
Gets or sets the export option.
public : ExportOption Exportable { get; set; }public ExportOption Exportable { get; set; }Public ReadWrite Property Exportable As ExportOption// You can use this property in JavaScript.
The export option.
FriendlyName FriendlyName FriendlyName FriendlyName
Gets or sets the friendly name.
public : PlatForm::String FriendlyName { get; set; }public string FriendlyName { get; set; }Public ReadWrite Property FriendlyName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The friendly name.
InstallOptions InstallOptions InstallOptions InstallOptions
Gets or sets the install options.
public : InstallOptions InstallOptions { get; set; }public InstallOptions InstallOptions { get; set; }Public ReadWrite Property InstallOptions As InstallOptions// You can use this property in JavaScript.
The install options.
KeyProtectionLevel KeyProtectionLevel KeyProtectionLevel KeyProtectionLevel
Gets or sets the key protection level.
public : KeyProtectionLevel KeyProtectionLevel { get; set; }public KeyProtectionLevel KeyProtectionLevel { get; set; }Public ReadWrite Property KeyProtectionLevel As KeyProtectionLevel// You can use this property in JavaScript.
The key protection level.
KeyStorageProviderName KeyStorageProviderName KeyStorageProviderName KeyStorageProviderName
Gets or sets the key storage provider name.
public : PlatForm::String KeyStorageProviderName { get; set; }public string KeyStorageProviderName { get; set; }Public ReadWrite Property KeyStorageProviderName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The key storage provider name.
ReaderName ReaderName ReaderName ReaderName
Gets or sets the reader name.
public : PlatForm::String ReaderName { get; set; }public string ReaderName { get; set; }Public ReadWrite Property ReaderName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The reader name.