|   | MD5AuthenticationProviderDigestLength Property | 
        
        
            Gets the length of the digest.
            
        
        Namespace: GSF.Net.Snmp.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic int DigestLength { get; }Public ReadOnly Property DigestLength As Integer
	Get
public:
virtual property int DigestLength {
	int get () sealed;
}abstract DigestLength : int with get
override DigestLength : int with get
function get_DigestLength();
Property Value
Int32The length of the digest.
Implements
IAuthenticationProviderDigestLength See Also
See Also