Home
last modified time | relevance | path

Searched refs:CheckSpn (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DNegoState.cs406 private bool CheckSpn() in CheckSpn() method in System.Net.Security.NegoState
456 if (_context.IsServer && !CheckSpn()) in StartSendBlob()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A D_NegoState.cs448 private bool CheckSpn() in CheckSpn() method in System.Net.Security.NegoState
505 if (_Context.IsServer && !CheckSpn()) in StartSendBlob()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpListener.cs1579 … if (!CheckSpn(context, isSecureConnection, extendedProtectionPolicy)) { in HandleAuthentication()
1679 … if (!CheckSpn(context, isSecureConnection, extendedProtectionPolicy)) { in HandleAuthentication()
2053 …private bool CheckSpn(NTAuthentication context, bool isSecureConnection, ExtendedProtectionPolicy … in CheckSpn() method in System.Net.HttpListener
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Windows/
H A DHttpListener.Windows.cs1023 … if (!CheckSpn(context, isSecureConnection, extendedProtectionPolicy)) in HandleAuthentication()
1400 …private bool CheckSpn(NTAuthentication context, bool isSecureConnection, ExtendedProtectionPolicy … in CheckSpn() method in System.Net.HttpListener