ZipFileCreationOptions.EncryptionMethod Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
property System::IO::Compression::ZipEncryptionMethod EncryptionMethod { System::IO::Compression::ZipEncryptionMethod get(); void set(System::IO::Compression::ZipEncryptionMethod value); };
public System.IO.Compression.ZipEncryptionMethod EncryptionMethod { get; set; }
member this.EncryptionMethod : System.IO.Compression.ZipEncryptionMethod with get, set
Public Property EncryptionMethod As ZipEncryptionMethod