Org.BouncyCastle.Crypto.Digests.NullDigest.GetDigestSize C# (CSharp) Méthode

GetDigestSize() public méthode

public GetDigestSize ( ) : int
Résultat int
		public int GetDigestSize()
		{
			return (int) bOut.Length;
		}