C# Class CertLoaderFromRawData

Inheritance: CertLoader
Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
CertLoaderFromRawData ( byte cerData, byte pfxData = null, string password = null ) : System

Private Methods

Method Description
CloneAsEphemeralLoader ( ) : CertLoader
CloneAsPerphemeralLoader ( ) : CertLoader

Method Details

CertLoaderFromRawData() public method

public CertLoaderFromRawData ( byte cerData, byte pfxData = null, string password = null ) : System
cerData byte
pfxData byte
password string
return System