System.Net.Security.NegotiateStreamPal.QueryContextAssociatedName C# (CSharp) 메소드

QueryContextAssociatedName() 정적인 개인적인 메소드

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