PdfPublicKeyEncryptionHandler.AddOwner Method

Adds a new recipient with owner permissions.

Overload List

  NameDescription
Public methodAddOwner(X509Certificate2)
Adds a new recipient with owner permissions using the specified owner certificate.
Public methodAddOwner(Stream, String)
Adds a new recipient with owner permissions using the specified stream with key store contents.
Public methodAddOwner(String, String)
Adds a new recipient with owner permissions using the specified key store file.

See Also