다음을 통해 공유


Transform.GetDigestedOutput(HashAlgorithm) 메서드

정의

파생 클래스에서 재정의된 경우 Transform 개체와 관련된 다이제스트를 반환합니다.

public:
 virtual cli::array <System::Byte> ^ GetDigestedOutput(System::Security::Cryptography::HashAlgorithm ^ hash);
public virtual byte[] GetDigestedOutput (System.Security.Cryptography.HashAlgorithm hash);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual byte[] GetDigestedOutput (System.Security.Cryptography.HashAlgorithm hash);
abstract member GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
override this.GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
override this.GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
Public Overridable Function GetDigestedOutput (hash As HashAlgorithm) As Byte()

매개 변수

hash
HashAlgorithm

다이제스트를 만드는 데 사용되는 HashAlgorithm 개체입니다.

반환

Byte[]

Transform 개체와 관련된 다이제스트입니다.

특성

적용 대상