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 с объектом.

Применяется к