DocumentCryptoAlgorithm Property |
Gets security settings if document is encrypted.
If document is not encrypted then corresponding exception will be raised in .net 1.1
or CryptoAlgorithm will be null for other .net versions.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 21.1
Syntaxpublic Nullable<CryptoAlgorithm> CryptoAlgorithm { get; }
Public ReadOnly Property CryptoAlgorithm As Nullable(Of CryptoAlgorithm)
Get
public:
property Nullable<CryptoAlgorithm> CryptoAlgorithm {
Nullable<CryptoAlgorithm> get ();
}
member CryptoAlgorithm : Nullable<CryptoAlgorithm> with get
Property Value
Type:
NullableCryptoAlgorithm
See Also