C# Class Internal.Cryptography.Pal.ExportProvider

Inheritance: IExportPal
Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
Dispose ( ) : void
Export ( X509ContentType contentType, SafePasswordHandle password ) : byte[]

Private Methods

Method Description
ExportPfx ( SafePasswordHandle password ) : byte[]
ExportPkcs7 ( ) : byte[]
ExportProvider ( ICertificatePal singleCertPal ) : System
ExportProvider ( X509Certificate2Collection certs ) : System
ExportX509Der ( ) : byte[]
PushHandle ( IntPtr certPtr, Microsoft.Win32.SafeHandles.SafeX509StackHandle publicCerts ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Export() public method

public Export ( X509ContentType contentType, SafePasswordHandle password ) : byte[]
contentType X509ContentType
password Microsoft.Win32.SafeHandles.SafePasswordHandle
return byte[]