Home
last modified time | relevance | path

Searched refs:authenticationType (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DX509WindowsSecurityToken.cs14 string authenticationType; field in System.IdentityModel.Tokens.X509WindowsSecurityToken
26 …509Certificate2 certificate, WindowsIdentity windowsIdentity, string authenticationType, string id) in X509WindowsSecurityToken() argument
27 : this( certificate, windowsIdentity, authenticationType, id, true ) in X509WindowsSecurityToken()
31 …09Certificate2 certificate, WindowsIdentity windowsIdentity, string authenticationType, bool clone) in X509WindowsSecurityToken() argument
32 … : this( certificate, windowsIdentity, authenticationType, SecurityUniqueId.Create().Value, clone ) in X509WindowsSecurityToken()
36 …9Certificate2 certificate, WindowsIdentity windowsIdentity, string authenticationType, string id, … in X509WindowsSecurityToken() argument
42 this.authenticationType = authenticationType; in X509WindowsSecurityToken()
43 …e ? SecurityUtils.CloneWindowsIdentityIfNecessary(windowsIdentity, authenticationType) : windowsId… in X509WindowsSecurityToken()
60 return this.authenticationType;
H A DWindowsSecurityToken.cs16 string authenticationType; field in System.IdentityModel.Tokens.WindowsSecurityToken
33 … public WindowsSecurityToken(WindowsIdentity windowsIdentity, string id, string authenticationType) in WindowsSecurityToken() argument
36 …Initialize( id, authenticationType, effectiveTime, DateTime.UtcNow.AddHours( 10 ), windowsIdentity… in WindowsSecurityToken()
48 …protected void Initialize(string id, string authenticationType, DateTime effectiveTime, DateTime e… in Initialize() argument
58 this.authenticationType = authenticationType; in Initialize()
61 …e ? SecurityUtils.CloneWindowsIdentityIfNecessary(windowsIdentity, authenticationType) : windowsId… in Initialize()
71 get { return this.authenticationType; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DCredentialCache.cs97 if (authenticationType==null) { in Add()
156 public void Remove(string host, int port, string authenticationType) { in Remove() argument
157 if (host==null || authenticationType==null) { in Remove()
241 if (authenticationType==null){ in GetCredential()
270 if (key.Match(host, port, authenticationType)) { in GetCredential()
412 AuthenticationType = authenticationType; in CredentialHostKey()
416 if (host==null || authenticationType==null) { in Match()
485 internal CredentialKey(Uri uriPrefix, string authenticationType) { in CredentialKey() argument
488 AuthenticationType = authenticationType; in CredentialKey()
491 internal bool Match(Uri uri, string authenticationType) { in Match() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DCredentialCache.cs65 if (authenticationType == null) in Add()
67 throw new ArgumentNullException(nameof(authenticationType)); in Add()
86 …w ArgumentException(SR.Format(SR.net_nodefaultcreds, authenticationType), nameof(authenticationTyp… in Add()
129 if (host == null || authenticationType == null) in Remove()
209 if (authenticationType == null) in GetCredential()
431 Debug.Assert(authenticationType != null); in CredentialHostKey()
435 AuthenticationType = authenticationType; in CredentialHostKey()
471 Debug.Assert(authenticationType != null); in CredentialKey()
475 AuthenticationType = authenticationType; in CredentialKey()
478 internal bool Match(Uri uri, string authenticationType) in Match() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/Tokens/
H A DWindowsSidIdentity.cs16 string authenticationType; field in System.ServiceModel.Security.Tokens.WindowsSidIdentity
24 this.authenticationType = String.Empty; in WindowsSidIdentity()
27 public WindowsSidIdentity(SecurityIdentifier sid, string name, string authenticationType) in WindowsSidIdentity() argument
33 if (authenticationType == null) in WindowsSidIdentity()
38 this.authenticationType = authenticationType; in WindowsSidIdentity()
48 get { return this.authenticationType; }
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/mssql/
H A Dconfig_ctrl.ts21 …this.current.jsonData.authenticationType = this.current.jsonData.authenticationType || 'SQL Server…
24 … this.showUserCredentials = this.current.jsonData.authenticationType !== 'Windows Authentication';
29 if (this.current.jsonData.authenticationType === 'Windows Authentication') {
34 … this.showUserCredentials = this.current.jsonData.authenticationType !== 'Windows Authentication';
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Claims/
H A DWindowsClaimSet.cs26 string authenticationType; field in System.IdentityModel.Claims.WindowsClaimSet
48 …public WindowsClaimSet(WindowsIdentity windowsIdentity, string authenticationType, bool includeWin… in WindowsClaimSet() argument
49 … : this( windowsIdentity, authenticationType, includeWindowsGroups, expirationTime, true ) in WindowsClaimSet()
53 …internal WindowsClaimSet(WindowsIdentity windowsIdentity, string authenticationType, bool includeW… in WindowsClaimSet() argument
54 …: this( windowsIdentity, authenticationType, includeWindowsGroups, DateTime.UtcNow.AddHours( 10 ),… in WindowsClaimSet()
58 …internal WindowsClaimSet(WindowsIdentity windowsIdentity, string authenticationType, bool includeW… in WindowsClaimSet() argument
63 … ? SecurityUtils.CloneWindowsIdentityIfNecessary(windowsIdentity, authenticationType) : windowsId… in WindowsClaimSet()
66 this.authenticationType = authenticationType; in WindowsClaimSet()
70 …: this(from.WindowsIdentity, from.authenticationType, from.includeWindowsGroups, from.expirationTi… in WindowsClaimSet()
/dports/deskutils/pim-sieve-editor/pim-sieve-editor-21.12.3/src/
H A Dsieveeditorutil.cpp32 switch (sieveSettings.authenticationType) { in url()
122 …teEntry(QStringLiteral("Authentication"), static_cast<int>(conf.sieveSettings.authenticationType)); in writeSieveSettings()
126 …teral("ImapAuthentication"), static_cast<int>(conf.sieveImapAccountSettings.authenticationType())); in writeSieveSettings()
175 d << "authenticationType " << settings.authenticationType; in operator <<()
183 && (authenticationType == other.authenticationType) && (port == other.port); in operator ==()
188 …TOR_LOG) << "authenticationType " << authenticationType << " other.authenticationType " << other.a… in operator ==()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/cloud-monitoring/components/ConfigEditor/
H A DConfigEditor.tsx14 if (!jsonData.hasOwnProperty('authenticationType')) {
15 jsonData.authenticationType = AuthType.JWT;
76 value={authTypes.find((x) => x.value === jsonData.authenticationType) || authTypes[0]}
78 defaultValue={jsonData.authenticationType}
79 onChange={onUpdateDatasourceJsonDataOptionSelect(this.props, 'authenticationType')}
82 {jsonData.authenticationType === AuthType.JWT && (
103 {jsonData.authenticationType === AuthType.GCE && (
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Claims/src/System/Security/Claims/
H A DClaimsIdentity.cs91 public ClaimsIdentity(string authenticationType) in ClaimsIdentity() argument
92 … : this((IIdentity)null, (IEnumerable<Claim>)null, authenticationType, (string)null, (string)null) in ClaimsIdentity()
102 public ClaimsIdentity(IEnumerable<Claim> claims, string authenticationType) in ClaimsIdentity() argument
103 : this((IIdentity)null, claims, authenticationType, (string)null, (string)null) in ClaimsIdentity()
125 public ClaimsIdentity(string authenticationType, string nameType, string roleType) in ClaimsIdentity() argument
126 … : this((IIdentity)null, (IEnumerable<Claim>)null, authenticationType, nameType, roleType) in ClaimsIdentity()
138 …public ClaimsIdentity(IEnumerable<Claim> claims, string authenticationType, string nameType, strin… in ClaimsIdentity() argument
139 : this((IIdentity)null, claims, authenticationType, nameType, roleType) in ClaimsIdentity()
157 …aimsIdentity(IIdentity identity, IEnumerable<Claim> claims, string authenticationType, string name… in ClaimsIdentity() argument
161 …identity != null && string.IsNullOrEmpty(authenticationType)) ? identity.AuthenticationType : auth… in ClaimsIdentity()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/
H A Dcipher_suite_test.go40 authenticationType CipherSuiteAuthenticationType member
48 return t.authenticationType
99 …return []CipherSuite{&testCustomCipherSuite{authenticationType: CipherSuiteAuthenticationTypeCerti…
105 …return []CipherSuite{&testCustomCipherSuite{authenticationType: CipherSuiteAuthenticationTypeAnony…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/claims/
H A DClaimsIdentity.cs166 public ClaimsIdentity(string authenticationType) in ClaimsIdentity() argument
167 … : this((IIdentity) null, (IEnumerable<Claim>)null, authenticationType, (string)null, (string)null) in ClaimsIdentity()
182 public ClaimsIdentity(IEnumerable<Claim> claims, string authenticationType) in ClaimsIdentity() argument
183 : this((IIdentity)null, claims, authenticationType, null, null) in ClaimsIdentity()
205 public ClaimsIdentity(string authenticationType, string nameType, string roleType ) in ClaimsIdentity() argument
206 … : this((IIdentity) null, (IEnumerable<Claim>)null, authenticationType, nameType, roleType) in ClaimsIdentity()
218 …public ClaimsIdentity(IEnumerable<Claim> claims, string authenticationType, string nameType, strin… in ClaimsIdentity() argument
219 : this((IIdentity)null, claims, authenticationType, nameType, roleType) in ClaimsIdentity()
233 : this(identity, claims, authenticationType, nameType, roleType, true) in ClaimsIdentity()
254 if(checkAuthType && null != identity && string.IsNullOrEmpty(authenticationType)) in ClaimsIdentity()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/tests/System/DirectoryServices/
H A DDirectoryEntryTests.cs61 …ticationType(string path, string userName, string password, AuthenticationTypes authenticationType) in Ctor_Path_UserName_Password_AuthenticationType() argument
63 var entry = new DirectoryEntry(path, userName, password, authenticationType); in Ctor_Path_UserName_Password_AuthenticationType()
66 Assert.Equal(authenticationType, entry.AuthenticationType); in Ctor_Path_UserName_Password_AuthenticationType()
85 … public void AuthenticationType_Set_GetReturnsExpected(AuthenticationTypes authenticationType) in AuthenticationType_Set_GetReturnsExpected() argument
87 var entry = new DirectoryEntry { AuthenticationType = authenticationType }; in AuthenticationType_Set_GetReturnsExpected()
88 Assert.Equal(authenticationType, entry.AuthenticationType); in AuthenticationType_Set_GetReturnsExpected()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Protocols/WSTrust/
H A DWSTrustMessage.cs17 private string authenticationType; field in System.IdentityModel.Protocols.WSTrust.WSTrustMessage
128 return this.authenticationType;
133 this.authenticationType = value;
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/cloud-monitoring/
H A Ddatasource.ts31 authenticationType: string; property in CloudMonitoringDatasource
40 this.authenticationType = instanceSettings.jsonData.authenticationType || 'jwt';
212 … const { defaultProject, authenticationType, gceDefaultProject } = this.instanceSettings.jsonData; constant
213 if (authenticationType === 'gce') {
221 const { authenticationType, gceDefaultProject } = this.instanceSettings.jsonData; constant
222 if (authenticationType === 'gce' && !gceDefaultProject) {
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/util/
H A Dsieveimapaccountsettings.cpp65 KSieveUi::SieveImapAccountSettings::AuthenticationMode SieveImapAccountSettings::authenticationType in authenticationType() function in SieveImapAccountSettings
73 …&& (mAuthenticationType == other.authenticationType()) && (mEncryptionMode == other.encryptionMode… in operator ==()
96 d << "authenticationType " << settings.authenticationType(); in operator <<()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/modules/admin/actions/
H A DauthenticationConfigurationAction.class.php35 foreach ($authenticationTypes as $authenticationType) {
36 list($module, $action) = $authenticationType;
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/src/AspNetCoreCompat/
H A DCookieInterop.cs13 …AuthenticationTicket> CreateSharedDataFormat(DirectoryInfo keyDirectory, string authenticationType) in CreateSharedDataFormat() argument
17 authenticationType, "v2"); in CreateSharedDataFormat()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Principal.Windows/tests/
H A DWindowsIdentityTests.cs39 string authenticationType = "WindowsAuthentication"; in ConstructorsAndProperties()
40 WindowsIdentity windowsIdentity2 = new WindowsIdentity(logonToken, authenticationType); in ConstructorsAndProperties()
44 Assert.Equal(authenticationType, windowsIdentity2.AuthenticationType); in ConstructorsAndProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/System.Web.ClientServices/
H A DClientFormsIdentity.cs74 …(string name, string password, MembershipProvider provider, string authenticationType, bool isAuth… in ClientFormsIdentity() argument
79 AuthenticationType = authenticationType; in ClientFormsIdentity()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/mail/data/import/mailtransport/references/config/
H A Dmailtransports5 authenticationType=0
20 authenticationType=0
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/mail/data/import/identitiesandconfig/references/config/
H A Dmailtransports5 authenticationType=0
20 authenticationType=0
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/mail/data/import/identitiesandconfigandmailtransport/references/config/
H A Dmailtransports5 authenticationType=0
20 authenticationType=0
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/mail/data/import/identitiesandconfigandmailtransportandresources/references/config/
H A Dmailtransports5 authenticationType=0
20 authenticationType=0
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/
H A DDirectoryEntry.cs75 …string path, string username, string password, AuthenticationTypes authenticationType) : this(path) in DirectoryEntry() argument
84 _authenticationType = authenticationType; in DirectoryEntry()
87 …ring path, bool useCache, string username, string password, AuthenticationTypes authenticationType) in DirectoryEntry() argument
98 _authenticationType = authenticationType; in DirectoryEntry()
112 …adsObject, bool useCache, string username, string password, AuthenticationTypes authenticationType) in DirectoryEntry() argument
113 : this(adsObject, useCache, username, password, authenticationType, false) in DirectoryEntry()
117 …ol useCache, string username, string password, AuthenticationTypes authenticationType, bool AdsObj… in DirectoryEntry() argument
131 _authenticationType = authenticationType; in DirectoryEntry()

12345678910>>...16