Document.CryptoAlgorithm

Document.CryptoAlgorithm 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.

public CryptoAlgorithm? CryptoAlgorithm { get; }

See Also