CmsAttachedSignature.Signers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of signers that are used for creating or verifying the signature.
public:
property IVectorView<CmsSignerInfo ^> ^ Signers { IVectorView<CmsSignerInfo ^> ^ get(); };
IVectorView<CmsSignerInfo> Signers();
public IReadOnlyList<CmsSignerInfo> Signers { get; }
var iVectorView = cmsAttachedSignature.signers;
Public ReadOnly Property Signers As IReadOnlyList(Of CmsSignerInfo)
Property Value
The list of signers that are used for creating or verifying the signature.