C# 클래스 System.Security.Policy.Hash

상속: ISerializable, IBuiltInEvidence
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
CreateMD5 ( byte md5 ) : Hash
CreateMD5 ( byte md5 ) : System.Security.Policy.Hash
CreateSHA1 ( byte sha1 ) : Hash
CreateSHA1 ( byte sha1 ) : System.Security.Policy.Hash
GenerateHash ( HashAlgorithm hashAlg ) : byte[]
GenerateHash ( System hashAlg ) : byte[]
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetObjectData ( System info, System context ) : void
Hash ( System assembly )
Hash ( System assembly ) : System.Security.Cryptography
ToString ( ) : string

비공개 메소드들

메소드 설명
Hash ( SerializationInfo info, StreamingContext context ) : System.Security.Cryptography

메소드 상세

CreateMD5() 공개 정적인 메소드

public static CreateMD5 ( byte md5 ) : Hash
md5 byte
리턴 Hash

CreateMD5() 공개 정적인 메소드

public static CreateMD5 ( byte md5 ) : System.Security.Policy.Hash
md5 byte
리턴 System.Security.Policy.Hash

CreateSHA1() 공개 정적인 메소드

public static CreateSHA1 ( byte sha1 ) : Hash
sha1 byte
리턴 Hash

CreateSHA1() 공개 정적인 메소드

public static CreateSHA1 ( byte sha1 ) : System.Security.Policy.Hash
sha1 byte
리턴 System.Security.Policy.Hash

GenerateHash() 공개 메소드

public GenerateHash ( HashAlgorithm hashAlg ) : byte[]
hashAlg System.Security.Cryptography.HashAlgorithm
리턴 byte[]

GenerateHash() 공개 메소드

public GenerateHash ( System hashAlg ) : byte[]
hashAlg System
리턴 byte[]

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

GetObjectData() 공개 메소드

public GetObjectData ( System info, System context ) : void
info System
context System
리턴 void

Hash() 공개 메소드

public Hash ( System assembly )
assembly System

Hash() 공개 메소드

public Hash ( System assembly ) : System.Security.Cryptography
assembly System
리턴 System.Security.Cryptography

ToString() 공개 메소드

public ToString ( ) : string
리턴 string