X509StoreLocation Enum
- java.
lang. Object - java.
lang. Enum<X509StoreLocation> - system.
fabric. X509StoreLocation
- system.
- java.
public enum X509StoreLocation
Defines a class to represent a store location in the certificate provider.
Fields
CURRENTUSER |
Indicates current user as the store location. |
LOCALMACHINE |
Indicates local machine as the store location. |
Methods
getValue()
public int getValue()
Gets the system.fabric.X509StoreLocation value.
Returns
int
integer value representing system.fabric.X509StoreLocation.
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