The CertifiedRoles element contains one or more wrapped attribute certificates for the signer
상속: EncapsulatedPKIData
예제 #1
0
        /// <summary>
        /// Add typed object to the collection
        /// </summary>
        /// <param name="objectToAdd">Typed object to be added to collection</param>
        /// <returns>The object that has been added to collection</returns>
        public CertifiedRole Add(CertifiedRole objectToAdd)
        {
            base.Add(objectToAdd);

            return(objectToAdd);
        }
        /// <summary>
        /// Add typed object to the collection
        /// </summary>
        /// <param name="objectToAdd">Typed object to be added to collection</param>
        /// <returns>The object that has been added to collection</returns>
        public CertifiedRole Add(CertifiedRole objectToAdd)
        {
            base.Add(objectToAdd);

            return objectToAdd;
        }