class ParsedPublishingLicense
Podsumowanie
| Członkowie | Opisy |
|---|---|
| const publiczna std::vector < std::string >& GetDomains() | Pobiera domeny licencji. |
| public const std::string & GetServerPublicCert() | Pobiera certyfikat publiczny serwera. |
| const public std::string & GetContentId() | Pobiera identyfikator zawartości. |
| public const std::string & GetIssuerId() | Pobiera identyfikator wystawcy. |
| const publiczna std::ciąg & GetDoubleKeyAlgorithm() | Pobiera algorytm podwójnych klawiszy. |
| const publiczny std::string & GetOwner() | Pobiera właściciela. |
| public std::shared_ptr < LicenseConnectionInfo > GetConnectionInfo() | Pobiera informacje o połączeniu. |
| public std::shared_ptr < LicenseDescriptor > GetDescriptor() | Pobiera deskryptor. |
| const public std::string & GetReferralInfoUrl() | Pobiera adres URL informacji polecanych. |
| const publiczna std::vector < std::shared_ptr < LicenseApplicationData >>& GetSignedApplicationData() | Pobiera podpisane dane aplikacji. |
| const publiczny std::chrono::time_point < std::chrono::system_clock >& GetIssuedTime() | Pobiera czas wystawiony. |
Członkowie
Funkcja GetDomains
Pobiera domeny licencji.
GetServerPublicCert, funkcja
Pobiera certyfikat publiczny serwera.
GetContentId, funkcja
Pobiera identyfikator zawartości.
GetIssuerId, funkcja
Pobiera identyfikator wystawcy.
GetDoubleKeyAlgorithm, funkcja
Pobiera algorytm podwójnych klawiszy.
Funkcja GetOwner
Pobiera właściciela.
Funkcja GetConnectionInfo
Pobiera informacje o połączeniu.
Funkcja GetDescriptor
Pobiera deskryptor.
GetReferralInfoUrl, funkcja
Pobiera adres URL informacji polecanych.
GetSignedApplicationData, funkcja
Pobiera podpisane dane aplikacji.
GetIssuedTime, funkcja
Pobiera wystawioną godzinę.e.