Aspose::Cells::DigitalSignatures::DigitalSignature::GetProviderId method
DigitalSignature::GetProviderId method
Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid.
void Aspose::Cells::DigitalSignatures::DigitalSignature::GetProviderId(UUID &uuid)
Remarks
The cryptographic service provider (CSP) is an independent software module that actually performs cryptography algorithms for authentication, encoding, and encryption. Microsoft Office reserves the value of {00000000-0000-0000-0000-000000000000} for its default signature provider, and {000CD6A4-0000-0000-C000-000000000046} for its East Asian signature provider. The GUID of the additionally installed provider should be obtained from the documentation shipped with the provider.
See Also
- Class Vector
- Typedef UUID
- Class DigitalSignature
- Namespace Aspose::Cells::DigitalSignatures
- Library Aspose.Cells for C++