System.Net.Security.NegotiateStreamPal.QueryContextClientSpecifiedSpn C# (CSharp) Method

QueryContextClientSpecifiedSpn() static private method

static private QueryContextClientSpecifiedSpn ( System.Net.Security.SafeDeleteContext securityContext ) : string
securityContext System.Net.Security.SafeDeleteContext
return string
        internal static string QueryContextClientSpecifiedSpn(SafeDeleteContext securityContext)
        {
            throw new PlatformNotSupportedException(SR.net_nego_server_not_supported);
        }