Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.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