Exemple #1
0
        /// <summary>
        /// Generates a clone of this security settings configuration.
        /// </summary>
        /// <returns></returns>
        public override object Clone()
        {
            ExternalFileServerSecurity newValue = new ExternalFileServerSecurity();

            CopyTo(newValue);
            return(newValue);
        }
Exemple #2
0
 /// <summary>
 /// Copies the values of this instance to another.
 /// </summary>
 /// <param name="value">The target instance.</param>
 protected void CopyTo(ExternalFileServerSecurity value)
 {
     base.CopyTo(value);
 }