Uses of Class
com._1c.g5.v8.dt.ws.common.WSDefinitionLoader.Certificate.CertificateSelectMode
-
Packages that use WSDefinitionLoader.Certificate.CertificateSelectMode Package Description com._1c.g5.v8.dt.ws.common -
-
Uses of WSDefinitionLoader.Certificate.CertificateSelectMode in com._1c.g5.v8.dt.ws.common
Methods in com._1c.g5.v8.dt.ws.common that return WSDefinitionLoader.Certificate.CertificateSelectMode Modifier and Type Method Description WSDefinitionLoader.Certificate.CertificateSelectModeWSDefinitionLoader.Certificate. getSelectMode()Gets type of choose of client certificate for windows.static WSDefinitionLoader.Certificate.CertificateSelectModeWSDefinitionLoader.Certificate.CertificateSelectMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WSDefinitionLoader.Certificate.CertificateSelectMode[]WSDefinitionLoader.Certificate.CertificateSelectMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.ws.common with parameters of type WSDefinitionLoader.Certificate.CertificateSelectMode Modifier and Type Method Description voidWSDefinitionLoader.Certificate. setSelectMode(WSDefinitionLoader.Certificate.CertificateSelectMode selectMode)Sets type of choose of client certificate for windows.Constructors in com._1c.g5.v8.dt.ws.common with parameters of type WSDefinitionLoader.Certificate.CertificateSelectMode Constructor Description Certificate(WSDefinitionLoader.Certificate.CertificateSource caSource, WSDefinitionLoader.Certificate.CertificateSource source, String caFilePath, String filePath, WSDefinitionLoader.Certificate.CertificateSelectMode selectMode)Constructor
-