Name of the file with the own certificate private key.
Syntax
[CanBeNull()]
string PrivateKeyFileName {get; set;}
'Declaration
<CanBeNullAttribute()>
Property PrivateKeyFileName As String
'Usage
Dim instance As _UACertificateRequestParameters
Dim value As String
instance.PrivateKeyFileName = value
value = instance.PrivateKeyFileName
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also