X509FindType Enum
- java.
lang. Object - java.
lang. Enum<X509FindType> - system.
fabric. X509FindType
- system.
- java.
public enum X509FindType
Specifies the type of value the getFindType() method searches for.
Fields
FINDBYSUBJECTNAME |
The findValue parameter for the getFindType() method must be a string representing the subject name of the certificate. |
FINDBYTHUMBPRINT |
The findValue parameter for the getFindType() method must be a string representing the thumbprint of the certificate. |
Methods
getValue()
public int getValue()
Gets the system.fabric.X509FindType value.
Returns
int
integer value representing system.fabric.X509FindType.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java