Tpm2Lib.SignatureRsapss.GetUnionSelector C# (CSharp) Method

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId
        public override TpmAlgId GetUnionSelector()
        {
            return TpmAlgId.Rsapss;
        }
    }