Transform.GetDigestedOutput(HashAlgorithm) Метод

Определение

При переопределении в производном классе возвращает дайджест, связанный Transform с объектом.

public:
 virtual cli::array <System::Byte> ^ GetDigestedOutput(System::Security::Cryptography::HashAlgorithm ^ hash);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual byte[] GetDigestedOutput(System.Security.Cryptography.HashAlgorithm hash);
[<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 с объектом.

Атрибуты

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