C# Class CertLoaderFromRawData

Inheritance: CertLoader
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
CertLoaderFromRawData ( byte cerData, byte pfxData = null, string password = null ) : System

Private Methods

Méthode Description
CloneAsEphemeralLoader ( ) : CertLoader
CloneAsPerphemeralLoader ( ) : CertLoader

Method Details

CertLoaderFromRawData() public méthode

public CertLoaderFromRawData ( byte cerData, byte pfxData = null, string password = null ) : System
cerData byte
pfxData byte
password string
Résultat System