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

Exibir arquivo Open project: dotnet/corefx

Public Properties

Property Type Description
KeyContainerName string
KeyNumber int
ProviderName string
ProviderType int

Public Methods

Method Description
CspParameters ( ) : System

Private Methods

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

Method Details

CspParameters() public method

public CspParameters ( ) : System
return System

Property Details

KeyContainerName public_oe property

public string KeyContainerName
return string

KeyNumber public_oe property

public int KeyNumber
return int

ProviderName public_oe property

public string ProviderName
return string

ProviderType public_oe property

public int ProviderType
return int