C# 클래스 System.Security.Cryptography.CryptoConfig

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddAlgorithm ( Type algorithm ) : void
AddOID ( string oid ) : void
CreateFromName ( string name ) : object
MapNameToOID ( string name ) : string

메소드 상세

AddAlgorithm() 공개 정적인 메소드

public static AddAlgorithm ( Type algorithm ) : void
algorithm Type
리턴 void

AddOID() 공개 정적인 메소드

public static AddOID ( string oid ) : void
oid string
리턴 void

CreateFromName() 공개 정적인 메소드

public static CreateFromName ( string name ) : object
name string
리턴 object

MapNameToOID() 공개 정적인 메소드

public static MapNameToOID ( string name ) : string
name string
리턴 string