C# 클래스 WebApplications.Utilities.Cryptography.AsymmetricCryptographyProvider

Base class for all asymmetric cryptographic providers.
상속: CryptographyProvider
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

보호된 메소드들

메소드 설명
AsymmetricCryptographyProvider ( [ name, [ configuration, bool preservesLength = true ) : System.Security.Cryptography

Initializes a new instance of the AsymmetricCryptographyProvider class.

비공개 메소드들

메소드 설명
Create ( [ algorithm, [ configurationElement = null ) : AsymmetricCryptographyProvider

메소드 상세

AsymmetricCryptographyProvider() 보호된 메소드

Initializes a new instance of the AsymmetricCryptographyProvider class.
protected AsymmetricCryptographyProvider ( [ name, [ configuration, bool preservesLength = true ) : System.Security.Cryptography
name [ The name.
configuration [ The configuration.
preservesLength bool /// if the provider preserves the length.
리턴 System.Security.Cryptography