Tpm2Lib.NvPublic.NvPublic C# (CSharp) Method

NvPublic() public method

public NvPublic ( ) : System
return System
        public NvPublic()
        {
            nvIndex = new TpmHandle();
            nameAlg = TpmAlgId.Null;
            attributes = new NvAttr();
            authPolicy = null;
            dataSize = 0;
        }
        public NvPublic(NvPublic the_NvPublic)

Same methods

NvPublic::NvPublic ( NvPublic the_NvPublic ) : System
NvPublic::NvPublic ( TpmHandle the_nvIndex, TpmAlgId the_nameAlg, NvAttr the_attributes, byte the_authPolicy, ushort the_dataSize ) : System