ISupportSwitchNtSecurityInformation Interface

Command supports switch -sni (NT security information).

The Switch is SwitchNtSecurityInformation.

The Builder is SwitchNtSecurityInformationBuilder.

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

Syntax

public interface ISupportSwitchNtSecurityInformation : ISupportSwitch

Properties

Name Property Type Summary
NtSecurityInformation SwitchNtSecurityInformation
Gets or sets the SwitchNtSecurityInformation.

See Also