Home
last modified time | relevance | path

Searched defs:GetOutgoingBlob (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DNTAuthentication.Common.cs171 internal string GetOutgoingBlob(string incomingBlob) in GetOutgoingBlob() method in System.Net.NTAuthentication
206 internal byte[] GetOutgoingBlob(byte[] incomingBlob, bool thrownOnError) in GetOutgoingBlob() method in System.Net.NTAuthentication
213 …internal byte[] GetOutgoingBlob(byte[] incomingBlob, bool throwOnError, out SecurityStatusPal stat… in GetOutgoingBlob() method in System.Net.NTAuthentication
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/ServiceModel/Security/
H A DISspiNegotiation.cs43 …byte[] GetOutgoingBlob(byte[] incomingBlob, ChannelBinding channelbinding, ExtendedProtectionPolic… in GetOutgoingBlob() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Unit/
H A DNTAuthenticationStub.cs64 internal string GetOutgoingBlob(string challenge) in GetOutgoingBlob() method in System.Net.NTAuthentication
70 internal byte[] GetOutgoingBlob(byte[] incomingBlob, bool throwOnError) in GetOutgoingBlob() method in System.Net.NTAuthentication
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_NTAuthentication.cs620 internal string GetOutgoingBlob(string incomingBlob) { in GetOutgoingBlob() method in System.Net.NTAuthentication
670 …internal byte[] GetOutgoingBlob(byte[] incomingBlob, bool throwOnError, out SecurityStatus statusC… in GetOutgoingBlob() method in System.Net.NTAuthentication
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DWindowsSspiNegotiation.cs321 …public byte[] GetOutgoingBlob(byte[] incomingBlob, ChannelBinding channelbinding, ExtendedProtecti… in GetOutgoingBlob() method in System.ServiceModel.Security.WindowsSspiNegotiation
H A DSspiNegotiationTokenProvider.cs233 public void GetOutgoingBlob( ChannelBinding channelBinding ) in GetOutgoingBlob() method in System.ServiceModel.Security.SspiNegotiationTokenProvider.GetOutgoingBlobProxy
H A DTlsSspiNegotiation.cs375 …public byte[] GetOutgoingBlob(byte[] incomingBlob, ChannelBinding channelbinding, ExtendedProtecti… in GetOutgoingBlob() method in System.ServiceModel.Security.TlsSspiNegotiation
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A D_NegoState.cs803 private unsafe byte[] GetOutgoingBlob(byte[] incomingBlob, ref Win32Exception e) { in GetOutgoingBlob() method in System.Net.Security.NegoState
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DNegoState.cs775 private unsafe byte[] GetOutgoingBlob(byte[] incomingBlob, ref Exception e) in GetOutgoingBlob() method in System.Net.Security.NegoState