/// <summary>
 /// Serves as a hash function for a particular type.
 /// </summary>
 /// <returns>The hash code for the certificate template as an integer.</returns>
 public override Int32 GetHashCode()
 {
     unchecked { return((Name.GetHashCode() * 397) ^ OID.GetHashCode2()); }
 }