コード例 #1
0
 /// <summary>
 /// Constructor, initialize a client context.<para/>
 /// </summary>
 public FsrvpClient()
 {
     context = new FsrvpClientContext();
     context.AuthenticationLevel = RpceAuthenticationLevel.RPC_C_AUTHN_LEVEL_PKT_INTEGRITY;
 }
コード例 #2
0
 /// <summary>
 /// Constructor, initialize a client context.<para/>
 /// </summary>
 public FsrvpClient()
 {
     context = new FsrvpClientContext();
     context.AuthenticationLevel = RpceAuthenticationLevel.RPC_C_AUTHN_LEVEL_PKT_INTEGRITY;
 }