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

Show file 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 property

public string KeyContainerName
return string

KeyNumber public property

public int KeyNumber
return int

ProviderName public property

public string ProviderName
return string

ProviderType public property

public int ProviderType
return int