Home
last modified time | relevance | path

Searched defs:Passport (Results 1 – 25 of 55) sorted by relevance

123

/dports/security/lego/lego-4.5.3/providers/dns/hyperone/internal/
H A Dpassport.go11 type Passport struct { struct
12 SubjectID string `json:"subject_id"`
13 CertificateID string `json:"certificate_id"`
14 Issuer string `json:"issuer"`
15 PrivateKey string `json:"private_key"`
16 PublicKey string `json:"public_key"`
41 func (passport *Passport) validate() error {
61 func (passport *Passport) ExtractProjectID() (string, error) {
H A Dclient.go36 func NewClient(apiEndpoint, locationID string, passport *Passport) (*Client, error) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/hyperone/internal/
H A Dpassport.go11 type Passport struct { struct
12 SubjectID string `json:"subject_id"`
13 CertificateID string `json:"certificate_id"`
14 Issuer string `json:"issuer"`
15 PrivateKey string `json:"private_key"`
16 PublicKey string `json:"public_key"`
41 func (passport *Passport) validate() error {
61 func (passport *Passport) ExtractProjectID() (string, error) {
H A Dclient.go36 func NewClient(apiEndpoint, locationID string, passport *Passport) (*Client, error) {
/dports/net-im/centerim/centerim-4.22.10/libmsn/msn/
H A Dpassport.h51 Passport(std::string email_) : email(email_) { validate(); }; in Passport() function
52 Passport(const char *email_) : email(std::string(email_)) { validate(); }; in Passport() function
53 Passport() : email("") {}; in Passport() function
H A Dconnection.h37 class Passport; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DAuthenticationMode.cs13 Passport, enumerator
H A DAuthenticationSection.cs133 public PassportAuthentication Passport { property in System.Web.Configuration.AuthenticationSection
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.Security.RightsManagement/
H A DAuthenticationType.cs30 Passport, enumerator
/dports/databases/py-pony/pony-0.7.14/pony/orm/tests/
H A Dtest_relations_one2one4.py15 class Passport(db.Entity): class
H A Dtest_relations_one2one3.py19 class Passport(self.db.Entity): class
H A Dtest_exists.py20 class Passport(db.Entity): class
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DAuthenticationSection.cs81 public PassportAuthentication Passport { property in System.Web.Configuration.AuthenticationSection
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_form_row.cpp15 namespace Passport { namespace
H A Dpassport_panel.cpp21 namespace Passport { namespace
H A Dpassport_panel_form.cpp32 namespace Passport { namespace
H A Dpassport_panel_password.cpp24 namespace Passport { namespace
H A Dpassport_edit_identity_box.cpp20 namespace Passport { namespace
H A Dpassport_panel_edit_contact.cpp32 namespace Passport { namespace
H A Dpassport_form_view_controller.cpp16 namespace Passport { namespace
H A Dpassport_encryption.cpp18 namespace Passport { namespace
H A Dpassport_panel_edit_document.cpp33 namespace Passport { namespace
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/ui/
H A Dpassport_form_row.cpp14 namespace Passport::Ui { namespace
/dports/audio/alsa-lib/alsa-lib-1.2.2/test/
H A Dmidifile.h115 #define Passport (0x05) /* Passport Designs */ macro
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DSecureValue.h29 Passport, enumerator

123