Microsoft.Xades.XadesSignedXml.GetC14NDigest C# (CSharp) Method

GetC14NDigest() private method

We won't call System.Security.Cryptography.Xml.SignedXml.GetC14NDigest(), as we want to use our own.
private GetC14NDigest ( HashAlgorithm hash ) : byte[]
hash System.Security.Cryptography.HashAlgorithm
return byte[]
        private byte[] GetC14NDigest(HashAlgorithm hash)
        {
            return null;
        }

Same methods

XadesSignedXml::GetC14NDigest ( HashAlgorithm hash, string prefix ) : byte[]