mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2025-08-03 01:50:11 +03:00
first commit
Version 3.x.x
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is automatically generated by Visual Studio .Net. It is
|
||||
used to store generic object data source configuration information.
|
||||
Renaming the file extension or editing the content of this file may
|
||||
cause the file to be unrecognizable by the program.
|
||||
-->
|
||||
<GenericObjectDataSource DisplayName="BulkUpdateCertificateStatusResponseType" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>taggantWrapper.certificateManagementService.BulkUpdateCertificateStatusResponseType, Web References.certificateManagementService.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://schemas.verisign.com/pkiservices/2009/07/management" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.verisign.com/pkiservices/2009/07/management" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<xsd:import schemaLocation="CertificateManagementService.xsd" namespace="http://schemas.verisign.com/pkiservices/2009/07/management" />
|
||||
</xsd:schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="requestKeyRecoveryMessage">
|
||||
<wsdl:part name="request" element="tns:requestKeyRecoveryMessage" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="requestKeyRecoveryResponseMessage">
|
||||
<wsdl:part name="response" element="tns:requestKeyRecoveryResponseMessage" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="updateCertificateStatusRequest">
|
||||
<wsdl:part name="request" element="tns:updateCertificateStatusRequest" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="updateCertificateStatusResponse">
|
||||
<wsdl:part name="response" element="tns:updateCertificateStatusResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="bulkUpdateCertificateStatusRequest">
|
||||
<wsdl:part name="request" element="tns:bulkUpdateCertificateStatusRequest" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="bulkUpdateCertificateStatusResponse">
|
||||
<wsdl:part name="response" element="tns:bulkUpdateCertificateStatusResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="searchCertificateRequest">
|
||||
<wsdl:part name="request" element="tns:searchCertificateRequest" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="searchCertificateResponse">
|
||||
<wsdl:part name="response" element="tns:searchCertificateResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="certificateManagementOperations">
|
||||
<wsdl:operation name="updateCertificateStatus">
|
||||
<wsdl:input message="tns:updateCertificateStatusRequest" />
|
||||
<wsdl:output message="tns:updateCertificateStatusResponse" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="bulkUpdateCertificateStatus">
|
||||
<wsdl:input message="tns:bulkUpdateCertificateStatusRequest" />
|
||||
<wsdl:output message="tns:bulkUpdateCertificateStatusResponse" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="keyRecovery">
|
||||
<wsdl:input message="tns:requestKeyRecoveryMessage" />
|
||||
<wsdl:output message="tns:requestKeyRecoveryResponseMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="searchCertificate">
|
||||
<wsdl:input message="tns:searchCertificateRequest" />
|
||||
<wsdl:output message="tns:searchCertificateResponse" />
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="certificateManagementServiceSOAP" type="tns:certificateManagementOperations">
|
||||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="updateCertificateStatus">
|
||||
<soap:operation soapAction="http://schemas.verisign.com/pkiservices/2009/07/management/updateCertificateStatus" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="bulkUpdateCertificateStatus">
|
||||
<soap:operation soapAction="http://schemas.verisign.com/pkiservices/2009/07/management/bulkUpdateCertificateStatus" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="keyRecovery">
|
||||
<soap:operation soapAction="http://schemas.verisign.com/pkiservices/2009/07/management/keyRecovery" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="searchCertificate">
|
||||
<soap:operation soapAction="http://schemas.verisign.com/pkiservices/2009/07/management/searchCertificate" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="certificateManagementService">
|
||||
<wsdl:port name="certificateManagementServiceSOAP" binding="tns:certificateManagementServiceSOAP">
|
||||
<soap:address location="https://pki-ws.symauth.com/pki-ws/certificateManagementService" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
@@ -0,0 +1,187 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:vsmgmt="http://schemas.verisign.com/pkiservices/2009/07/management" xmlns:vswstep="http://www.verisign.com/2009/07/vswstep" elementFormDefault="qualified" targetNamespace="http://schemas.verisign.com/pkiservices/2009/07/management" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">
|
||||
XML Schema for
|
||||
certificateManagementService Web Services
|
||||
version 1.0
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType name="VersionType" final="restriction">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="\d{1,3}\.\d{0,3}" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="TransactionIDType" final="restriction">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="40" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CommentType" final="restriction">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="128" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:element name="requestKeyRecoveryMessage" type="vsmgmt:RequestKeyRecoveryMessageType" />
|
||||
<xs:complexType name="RequestKeyRecoveryMessageType">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="clientTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element minOccurs="0" name="pKCS12Password" type="xs:string" />
|
||||
<xs:element name="certificateSerialNumber" type="xs:string" />
|
||||
<xs:element name="certificateIssuer" type="xs:string" />
|
||||
<xs:element name="adminID" type="xs:string" />
|
||||
<xs:element name="version" type="vsmgmt:VersionType" />
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="requestKeyRecoveryResponseMessage" type="vsmgmt:RequestKeyRecoveryResponseMessageType" />
|
||||
<xs:complexType name="RequestKeyRecoveryResponseMessageType">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="clientTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element name="serverTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element minOccurs="0" name="adminApprovalPendingCount" type="xs:int" />
|
||||
<xs:element minOccurs="0" name="pKCS12Password" type="xs:string" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="pKCS12Message" type="xs:string" />
|
||||
<xs:element name="version" type="vsmgmt:VersionType" />
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="updateCertificateStatusRequest" type="vsmgmt:UpdateCertificateStatusRequestType" />
|
||||
<xs:complexType name="UpdateCertificateStatusRequestType">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="clientTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element name="version" type="vsmgmt:VersionType" />
|
||||
<xs:element minOccurs="0" name="certificateIssuer" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="revocationReason" type="vsmgmt:RevokeReasonCodeEnum" />
|
||||
<xs:element minOccurs="0" name="challenge" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="comment" type="vsmgmt:CommentType" />
|
||||
<xs:choice>
|
||||
<xs:element name="certificateSerialNumber" type="xs:string" />
|
||||
<xs:element name="seatId" type="xs:string" />
|
||||
</xs:choice>
|
||||
<xs:element name="operationType" type="vsmgmt:OperationTypeEnum" />
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="any" processContents="lax" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="updateCertificateStatusResponse" type="vsmgmt:UpdateCertificateStatusResponseType" />
|
||||
<xs:complexType name="UpdateCertificateStatusResponseType">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="clientTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element minOccurs="0" name="serverTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element name="version" type="vsmgmt:VersionType" />
|
||||
<xs:element name="successCode" type="xs:int" />
|
||||
<xs:element name="successMsg" type="xs:string" />
|
||||
<xs:element name="revocationCount" type="xs:int" />
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="bulkUpdateCertificateStatusRequest" type="vsmgmt:BulkUpdateCertificateStatusRequestType" />
|
||||
<xs:complexType name="BulkUpdateCertificateStatusRequestType">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="clientTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element name="version" type="vsmgmt:VersionType" />
|
||||
<xs:element minOccurs="0" name="revocationReason" type="vsmgmt:RevokeReasonCodeEnum" />
|
||||
<xs:element minOccurs="0" name="comment" type="vsmgmt:CommentType" />
|
||||
<xs:choice>
|
||||
<xs:element maxOccurs="100" name="certificateSerialNumber" type="xs:string" />
|
||||
<xs:element maxOccurs="100" name="seatId" type="xs:string" />
|
||||
<xs:element maxOccurs="100" name="profileOID" type="xs:string" />
|
||||
</xs:choice>
|
||||
<xs:element name="operationType" type="vsmgmt:OperationTypeEnum" />
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="any" processContents="lax" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="bulkUpdateCertificateStatusResponse" type="vsmgmt:BulkUpdateCertificateStatusResponseType" />
|
||||
<xs:complexType name="BulkUpdateCertificateStatusResponseType">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="clientTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element minOccurs="0" name="serverTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element name="version" type="vsmgmt:VersionType" />
|
||||
<xs:element name="successCode" type="xs:int" />
|
||||
<xs:element name="successMsg" type="xs:string" />
|
||||
<xs:element name="revocationCount" type="xs:int" />
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="OperationTypeEnum">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="Revoke" />
|
||||
<xs:enumeration value="Suspend" />
|
||||
<xs:enumeration value="Resume" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="RevokeReasonCodeEnum">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="Unspecified" />
|
||||
<xs:enumeration value="KeyCompromise" />
|
||||
<xs:enumeration value="CACompromise" />
|
||||
<xs:enumeration value="AffiliationChanged" />
|
||||
<xs:enumeration value="CessationOfOperation" />
|
||||
<xs:enumeration value="PrivilegeWithdrawn" />
|
||||
<xs:enumeration value="AACompromise" />
|
||||
<xs:enumeration value="Superseded" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:element name="searchCertificateRequest" type="vsmgmt:SearchCertificateRequestType" />
|
||||
<xs:complexType name="SearchCertificateRequestType">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="clientTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element minOccurs="0" name="seatId" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="accountId" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="profileOID" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="commonName" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="status" type="vsmgmt:CertificateStatusEnum" />
|
||||
<xs:element minOccurs="0" name="emailAddress" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="serialNumber" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="issuingCA" type="xs:base64Binary" />
|
||||
<xs:element minOccurs="0" name="validFrom" type="xs:long" />
|
||||
<xs:element minOccurs="0" name="validTo" type="xs:long" />
|
||||
<xs:element minOccurs="0" name="startIndex" type="xs:int" />
|
||||
<xs:element name="version" type="vsmgmt:VersionType" />
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="searchCertificateResponse" type="vsmgmt:SearchCertificateResponseType" />
|
||||
<xs:complexType name="SearchCertificateResponseType">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="clientTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element name="serverTransactionID" type="vsmgmt:TransactionIDType" />
|
||||
<xs:element name="certificateCount" type="xs:int" />
|
||||
<xs:element minOccurs="0" name="certificateList" type="vsmgmt:CertificateListType" />
|
||||
<xs:element minOccurs="0" name="moreCertificateAvailable" type="xs:boolean" />
|
||||
<xs:element name="version" type="vsmgmt:VersionType" />
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CertificateSearchResultType">
|
||||
<xs:sequence>
|
||||
<xs:element name="certificate" type="xs:base64Binary" />
|
||||
<xs:element name="seatId" type="xs:string" />
|
||||
<xs:element name="commonName" type="xs:string" />
|
||||
<xs:element name="accountId" type="xs:string" />
|
||||
<xs:element name="profileOID" type="xs:string" />
|
||||
<xs:element name="emailAddress" nillable="true" type="xs:string" />
|
||||
<xs:element name="status" type="vsmgmt:CertificateStatusEnum" />
|
||||
<xs:element minOccurs="0" name="revokeAt" type="xs:long" />
|
||||
<xs:element minOccurs="0" name="revokeReason" type="vsmgmt:RevokeReasonCodeEnum" />
|
||||
<xs:element name="validFrom" type="xs:long" />
|
||||
<xs:element name="validTo" type="xs:long" />
|
||||
<xs:element name="serialNumber" type="xs:string" />
|
||||
<xs:element name="isEscrowed" type="xs:boolean" />
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CertificateListType">
|
||||
<xs:sequence>
|
||||
<xs:element maxOccurs="unbounded" name="certificateInformation" type="vsmgmt:CertificateSearchResultType" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CertificateStatusEnum">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="VALID" />
|
||||
<xs:enumeration value="EXPIRED" />
|
||||
<xs:enumeration value="REVOKED" />
|
||||
<xs:enumeration value="SUSPENDED" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Results>
|
||||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="file:///C:/Users/Youra/Documents/GitHub/my-vmprotect/tagg/CertificateManagementService.wsdl" filename="CertificateManagementService.wsdl" />
|
||||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.SchemaReference" url="file:///C:/Users/Youra/Documents/GitHub/my-vmprotect/tagg/CertificateManagementService.xsd" filename="CertificateManagementService.xsd" />
|
||||
</Results>
|
||||
</DiscoveryClientResultsFile>
|
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is automatically generated by Visual Studio .Net. It is
|
||||
used to store generic object data source configuration information.
|
||||
Renaming the file extension or editing the content of this file may
|
||||
cause the file to be unrecognizable by the program.
|
||||
-->
|
||||
<GenericObjectDataSource DisplayName="RequestKeyRecoveryResponseMessageType" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>taggantWrapper.certificateManagementService.RequestKeyRecoveryResponseMessageType, Web References.certificateManagementService.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is automatically generated by Visual Studio .Net. It is
|
||||
used to store generic object data source configuration information.
|
||||
Renaming the file extension or editing the content of this file may
|
||||
cause the file to be unrecognizable by the program.
|
||||
-->
|
||||
<GenericObjectDataSource DisplayName="SearchCertificateResponseType" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>taggantWrapper.certificateManagementService.SearchCertificateResponseType, Web References.certificateManagementService.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is automatically generated by Visual Studio .Net. It is
|
||||
used to store generic object data source configuration information.
|
||||
Renaming the file extension or editing the content of this file may
|
||||
cause the file to be unrecognizable by the program.
|
||||
-->
|
||||
<GenericObjectDataSource DisplayName="UpdateCertificateStatusResponseType" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>taggantWrapper.certificateManagementService.UpdateCertificateStatusResponseType, Web References.certificateManagementService.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
Reference in New Issue
Block a user