C# Class Internal.Cryptography.Pal.CertificatePal.CspParameters

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
KeyContainerName string
KeyNumber int
ProviderName string
ProviderType int

Méthodes publiques

Méthode Description
CspParameters ( ) : System

Private Methods

Méthode Description
CspParameters ( int dwTypeIn, string strProviderNameIn, string strContainerNameIn ) : System
CspParameters ( int providerType, string providerName, string keyContainerName, CspProviderFlags flags ) : System

Method Details

CspParameters() public méthode

public CspParameters ( ) : System
Résultat System

Property Details

KeyContainerName public_oe property

public string KeyContainerName
Résultat string

KeyNumber public_oe property

public int KeyNumber
Résultat int

ProviderName public_oe property

public string ProviderName
Résultat string

ProviderType public_oe property

public int ProviderType
Résultat int