コード例 #1
0
 public object Clone()
 {
     return(new SafeguardConnection(_authenticationMechanism.Clone() as IAuthenticationMechanism));
 }