ISupportSwitchNtSecurityInformation Interface

Summary

Command supports switch -sni (NT security information).

The Switch is SwitchNtSecurityInformation.

The Builder is SwitchNtSecurityInformationBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchNtSecurityInformation"] class Type type-node Implementing0["ExtractCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing1["UpdateCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing2["AddCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"

Syntax

public interface ISupportSwitchNtSecurityInformation : ISupportSwitch

Properties

Name Value Summary
NtSecurityInformation SwitchNtSecurityInformation?
Gets or sets the SwitchNtSecurityInformation.

See Also

GitHub Discussion