C# Class Tpm2Lib.Tpm2GetSessionAuditDigestRequest

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2GetSessionAuditDigestRequest
Tpm2GetSessionAuditDigestRequest ( ) : System
Tpm2GetSessionAuditDigestRequest ( Tpm2GetSessionAuditDigestRequest the_Tpm2GetSessionAuditDigestRequest ) : System
Tpm2GetSessionAuditDigestRequest ( TpmHandle the_privacyAdminHandle, TpmHandle the_signHandle, TpmHandle the_sessionHandle, byte the_qualifyingData, ISigSchemeUnion the_inScheme ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2GetSessionAuditDigestRequest
Résultat Tpm2GetSessionAuditDigestRequest

Tpm2GetSessionAuditDigestRequest() public méthode

public Tpm2GetSessionAuditDigestRequest ( ) : System
Résultat System

Tpm2GetSessionAuditDigestRequest() public méthode

public Tpm2GetSessionAuditDigestRequest ( Tpm2GetSessionAuditDigestRequest the_Tpm2GetSessionAuditDigestRequest ) : System
the_Tpm2GetSessionAuditDigestRequest Tpm2GetSessionAuditDigestRequest
Résultat System

Tpm2GetSessionAuditDigestRequest() public méthode

public Tpm2GetSessionAuditDigestRequest ( TpmHandle the_privacyAdminHandle, TpmHandle the_signHandle, TpmHandle the_sessionHandle, byte the_qualifyingData, ISigSchemeUnion the_inScheme ) : System
the_privacyAdminHandle TpmHandle handle of the privacy administrator (TPM_RH_ENDORSEMENT) Auth Index: 1 Auth Role: USER
the_signHandle TpmHandle handle of the signing key Auth Index: 2 Auth Role: USER
the_sessionHandle TpmHandle handle of the audit session Auth Index: None
the_qualifyingData byte user-provided qualifying data may be zero-length
the_inScheme ISigSchemeUnion signing scheme to use if the scheme for signHandle is TPM_ALG_NULL(One of SigSchemeRsassa, SigSchemeRsapss, SigSchemeEcdsa, SigSchemeEcdaa, SigSchemeSm2, SigSchemeEcschnorr, SchemeHmac, SchemeHash, NullSigScheme)
Résultat System