Remove any certifications associated with a user attribute subpacket on a key.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PgpPublicKey RemoveCertification( PgpPublicKey key, PgpUserAttributeSubpacketVector userAttributes ) |
Visual Basic |
---|
Public Shared Function RemoveCertification ( _ key As PgpPublicKey, _ userAttributes As PgpUserAttributeSubpacketVector _ ) As PgpPublicKey |
Visual C++ |
---|
public: static PgpPublicKey^ RemoveCertification( PgpPublicKey^ key, PgpUserAttributeSubpacketVector^ userAttributes ) |
Parameters
- key
- Type: Org.BouncyCastle.Bcpg.OpenPgp..::..PgpPublicKey
The key the certifications are to be removed from.
- userAttributes
- Type: Org.BouncyCastle.Bcpg.OpenPgp..::..PgpUserAttributeSubpacketVector
The attributes to be removed.