Skip to main content

PdfPasswordRequestedEventArgs.Password Property

OBSOLETE

The Password property is now obsolete. Use the PasswordString property instead.

This property is now obsolete. Use the PdfPasswordRequestedEventArgs.PasswordString property instead.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

[Obsolete("The Password property is now obsolete. Use the PasswordString property instead.")]
public SecureString Password { get; set; }

Property Value

Type Description
SecureString

A SecureString value.

See Also