Home
last modified time | relevance | path

Searched refs:AuthenticationLevel (Results 1 – 25 of 139) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest/
H A DWebRequestHandler.cs38 AuthenticationLevel authenticationLevel;
50 authenticationLevel = AuthenticationLevel.MutualAuthRequested; in WebRequestHandler()
77 public AuthenticationLevel AuthenticationLevel { property in System.Net.Http.WebRequestHandler
149 wr.AuthenticationLevel = authenticationLevel; in CreateWebRequest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Management/System.Management/
H A DConnectionOptions.cs48 AuthenticationLevel authentication, in ConnectionOptions()
60 AuthenticationLevel authentication, in ConnectionOptions()
74 public AuthenticationLevel Authentication
H A DAuthenticationLevel.cs32 public enum AuthenticationLevel enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DTransportSecurityHelpers.cs22 internal static string ToString(AuthenticationLevel authenticationLevel) in ToString()
24 if (authenticationLevel == AuthenticationLevel.MutualAuthRequested) in ToString()
28 else if (authenticationLevel == AuthenticationLevel.MutualAuthRequired) in ToString()
32 else if (authenticationLevel == AuthenticationLevel.None) in ToString()
234 … out TokenImpersonationLevel impersonationLevel, out AuthenticationLevel authenticationLevel) in EndGetSspiCredential()
247 … out TokenImpersonationLevel impersonationLevel, out AuthenticationLevel authenticationLevel) in GetSspiCredential()
254 AuthenticationLevel.MutualAuthRequested : AuthenticationLevel.MutualAuthRequired; in GetSspiCredential()
716 … out TokenImpersonationLevel impersonationLevel, out AuthenticationLevel authenticationLevel) in End()
721AuthenticationLevel.MutualAuthRequested : AuthenticationLevel.MutualAuthRequired; in End()
H A DHttpChannelFactory.cs611 AuthenticationLevel authenticationLevel, TokenImpersonationLevel impersonationLevel) in AppendWindowsAuthenticationInfo()
732 TokenImpersonationLevel impersonationLevel, AuthenticationLevel authenticationLevel, in GetWebRequest()
773 httpWebRequest.AuthenticationLevel = authenticationLevel; in GetWebRequest()
887 AuthenticationLevel authenticationLevel; in GetWebRequest()
1956 … SetupWebRequest(AuthenticationLevel.None, TokenImpersonationLevel.None, null); in GetWebRequestAsyncResult()
2009 … SetupWebRequest(AuthenticationLevel.None, TokenImpersonationLevel.None, credential); in CompleteGetUserNameCredential()
2014 AuthenticationLevel authenticationLevel; in CompleteGetSspiCredential()
2025 if (authenticationLevel == AuthenticationLevel.MutualAuthRequired) in CompleteGetSspiCredential()
2149 AuthenticationLevel authenticationLevel; in CreateWebProxy()
2163 if ((authenticationLevel == AuthenticationLevel.MutualAuthRequired) && in CreateWebProxy()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementOptions.cs13 public enum AuthenticationLevel enum
1254 internal const AuthenticationLevel DEFAULTAUTHENTICATION = AuthenticationLevel.Unchanged;
1263 private AuthenticationLevel authentication;
1482 public AuthenticationLevel Authentication
1551 ImpersonationLevel impersonation, AuthenticationLevel authentication, in ConnectionOptions()
1595 ImpersonationLevel impersonation, AuthenticationLevel authentication, in ConnectionOptions()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drpcasync.h156 unsigned __LONG32 AuthenticationLevel; member
168 unsigned __LONG32 AuthenticationLevel; member
279 unsigned __LONG32 AuthenticationLevel; member
300 unsigned __LONG32 AuthenticationLevel; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drpcasync.h156 unsigned __LONG32 AuthenticationLevel; member
168 unsigned __LONG32 AuthenticationLevel; member
279 unsigned __LONG32 AuthenticationLevel; member
300 unsigned __LONG32 AuthenticationLevel; member
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Net.Http.WebRequest.cs32 … public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Net.Http.WebRequest.cs32 … public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Net.Http.WebRequest.cs63 … public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Net.Http.WebRequest.cs62 … public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Net.Http.WebRequest.cs62 … public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Net.Http.WebRequest.cs62 … public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Net.Http.WebRequest.cs62 … public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Net.Http.WebRequest.cs63 … public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Net.Http.WebRequest.cs63 … public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } } property in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/SecureProtocols/
H A DNegotiateEnumTypes.cs8 public enum AuthenticationLevel enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DNegotiateEnumTypes.cs17 public enum AuthenticationLevel { enum
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DWebRequest.cs392 …public AuthenticationLevel AuthenticationLevel { get; set; } = AuthenticationLevel.MutualAuthReque… property in System.Net.WebRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.EnterpriseServices/System.EnterpriseServices/
H A DSecurityIdentity.cs58 public AuthenticationOption AuthenticationLevel { property in System.EnterpriseServices.SecurityIdentity
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DWebRequest.cs56 private AuthenticationLevel m_AuthenticationLevel;
586 m_AuthenticationLevel= AuthenticationLevel.MutualAuthRequested; in WebRequest()
1005 public AuthenticationLevel AuthenticationLevel { property in System.Net.WebRequest
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DDistributedOperations.asn121 AuthenticationLevel
98 authenticationLevel [13] AuthenticationLevel OPTIONAL,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DDistributedOperations.asn121 AuthenticationLevel
98 authenticationLevel [13] AuthenticationLevel OPTIONAL,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DDistributedOperations.asn121 AuthenticationLevel
98 authenticationLevel [13] AuthenticationLevel OPTIONAL,

123456