Tpm2Lib.KdfScheme.Copy C# (CSharp) Method

Copy() public method

public Copy ( ) : KdfScheme
return KdfScheme
        new public KdfScheme Copy()
        {
            return Marshaller.FromTpmRepresentation<KdfScheme>(this.GetTpmRepresentation());
        }
    }