다음을 통해 공유


XmlDsigExcC14NTransform.GetDigestedOutput(HashAlgorithm) 메서드

정의

XmlDsigExcC14NTransform 개체와 관련된 다이제스트를 반환합니다.

public:
 override cli::array <System::Byte> ^ GetDigestedOutput(System::Security::Cryptography::HashAlgorithm ^ hash);
public override byte[] GetDigestedOutput (System.Security.Cryptography.HashAlgorithm hash);
override this.GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
Public Overrides Function GetDigestedOutput (hash As HashAlgorithm) As Byte()

매개 변수

hash
HashAlgorithm

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

반환

Byte[]

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

적용 대상