azure-docs-sdk-java/docs-ref-autogen/system.fabric.X509FindType.yml

34 строки
2.1 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: system.fabric.X509FindType.FINDBYSUBJECTNAME
name: FINDBYSUBJECTNAME
nameWithType: X509FindType.FINDBYSUBJECTNAME
summary: <p>The findValue parameter for the <xref uid="system.fabric.X509Credentials.getFindType()" data-throw-if-not-resolved="false" data-raw-source="system.fabric.X509Credentials#getFindType()"></xref> method must be a string representing the subject name of the certificate. </p>
uid: system.fabric.X509FindType.FINDBYSUBJECTNAME
- fullName: system.fabric.X509FindType.FINDBYTHUMBPRINT
name: FINDBYTHUMBPRINT
nameWithType: X509FindType.FINDBYTHUMBPRINT
summary: <p>The findValue parameter for the <xref uid="system.fabric.X509Credentials.getFindType()" data-throw-if-not-resolved="false" data-raw-source="system.fabric.X509Credentials#getFindType()"></xref> method must be a string representing the thumbprint of the certificate. </p>
uid: system.fabric.X509FindType.FINDBYTHUMBPRINT
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;X509FindType&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: system.fabric.X509FindType.getValue()
name: getValue()
nameWithType: X509FindType.getValue()
returns:
description: <p>integer value representing <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.X509FindType"></xref>. </p>
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
summary: <p>Gets the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.X509FindType"></xref> value. </p>
syntax: public int getValue()
uid: system.fabric.X509FindType.getValue()
nameWithType: X509FindType
syntax: public enum X509FindType
uid: system.fabric.X509FindType
fullName: system.fabric.X509FindType
name: X509FindType
package: system.fabric
summary: <p>Specifies the type of value the <xref uid="system.fabric.X509Credentials.getFindType()" data-throw-if-not-resolved="false" data-raw-source="system.fabric.X509Credentials#getFindType()"></xref> method searches for. </p>
metadata: {}