public class SignerInformationStore : IEnumerable<SignerInformation>,
IEnumerable
Public Class SignerInformationStore
Implements IEnumerable(Of SignerInformation), IEnumerable
public ref class SignerInformationStore : IEnumerable<SignerInformation^>,
IEnumerable
Org.BouncyCastle.Cms.SignerInformationStore = function();
Type.createClass(
'Org.BouncyCastle.Cms.SignerInformationStore',
null,
IEnumerable`1,
IEnumerable);
SignerInformationStore(IEnumerableSignerInformation) | Initializes a new instance of the SignerInformationStore class |
SignerInformationStore(SignerInformation) | Initializes a new instance of the SignerInformationStore class |
Count | The number of signers in the collection. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetEnumerator | |
GetFirstSigner | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetSigners | |
GetSigners(SignerID) | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |