Example #1
0
 public static extern RPC_STATUS RpcBindingInqAuthInfo(
     IntPtr Binding,
     StringBuilder ServerPrincName,
     ref RPC_C_AUTHN_LEVEL AuthnLevel,
     ref RPC_C_AUTHN AuthnSvc,
     ref IntPtr AuthIdentity,
     ref RPC_C_AUTHZ AuthzSvc);
Example #2
0
 public static extern RPC_STATUS RpcBindingInqAuthClient(
     IntPtr ClientBinding,
     ref IntPtr Privs,
     StringBuilder ServerPrincName,
     ref RPC_C_AUTHN_LEVEL AuthnLevel,
     ref RPC_C_AUTHN AuthnSvc,
     ref RPC_C_AUTHZ AuthzSvc);
Example #3
0
 public static extern RPC_STATUS RpcBindingSetAuthInfo2(IntPtr Binding, String ServerPrincName,
                                                        RPC_C_AUTHN_LEVEL AuthnLevel, RPC_C_AUTHN AuthnSvc,
                                                        IntPtr p, RPC_C_AUTHZ AuthzService);
Example #4
0
 public static extern RPC_STATUS RpcBindingSetAuthInfo(IntPtr Binding, String ServerPrincName,
                                                       RPC_C_AUTHN_LEVEL AuthnLevel, RPC_C_AUTHN AuthnSvc,
                                                       [In] ref SEC_WINNT_AUTH_IDENTITY AuthIdentity,
                                                       RPC_C_AUTHZ AuthzService);
Example #5
0
 public static extern RPC_STATUS RpcBindingInqAuthInfo(
     IntPtr Binding,
     StringBuilder ServerPrincName,
     ref RPC_C_AUTHN_LEVEL AuthnLevel,
     ref RPC_C_AUTHN AuthnSvc,
        ref     IntPtr AuthIdentity,
     ref RPC_C_AUTHZ AuthzSvc);
Example #6
0
 public static extern RPC_STATUS RpcBindingInqAuthClient(
     IntPtr ClientBinding,
     ref IntPtr Privs,
     StringBuilder ServerPrincName,
     ref RPC_C_AUTHN_LEVEL AuthnLevel,
     ref RPC_C_AUTHN AuthnSvc,
     ref RPC_C_AUTHZ AuthzSvc);
Example #7
0
 public static extern RPC_STATUS RpcBindingSetAuthInfo2(IntPtr Binding, String ServerPrincName,
                                                       RPC_C_AUTHN_LEVEL AuthnLevel, RPC_C_AUTHN AuthnSvc,
                                                       IntPtr p, RPC_C_AUTHZ AuthzService);
Example #8
0
 public static extern RPC_STATUS RpcBindingSetAuthInfo(IntPtr Binding, String ServerPrincName,
                                                      RPC_C_AUTHN_LEVEL AuthnLevel, RPC_C_AUTHN AuthnSvc,
                                                      [In] ref SEC_WINNT_AUTH_IDENTITY AuthIdentity,
                                                      RPC_C_AUTHZ AuthzService);