Tpm2Lib.NullSignature.GetUnionSelector C# (CSharp) Méthode

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId
        public override TpmAlgId GetUnionSelector()
        {
            return TpmAlgId.Null;
        }
    }