Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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