System.Security.Cryptography.SHA384Managed.Initialize C# (CSharp) 메소드

Initialize() 공개 최종 메소드

public final Initialize ( ) : void
리턴 void
        public override sealed void Initialize()
        {
            // Nothing to do here. We expect HashAlgorithm to invoke HashFinal() and Initialize() as a pair. This reflects the
            // reality that our native crypto providers (e.g. CNG) expose hash finalization and object reinitialization as an atomic operation.
            return;
        }