IsEncrypted

IProtectionManager.IsEncrypted property

Gets a value indicating whether this instance is encrypted. Read-only Boolean.

public bool IsEncrypted { get; }

Property Value

true if presentation was loaded from encrypted file or Encrypt method was called ; otherwise, false.

See Also