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

QueryContextAssociatedName() static private method

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