azure-docs-sdk-java/docs-ref-autogen/system.fabric.X509StoreLoca...

34 строки
1.6 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: system.fabric.X509StoreLocation.CURRENTUSER
name: CURRENTUSER
nameWithType: X509StoreLocation.CURRENTUSER
summary: <p>Indicates current user as the store location. </p>
uid: system.fabric.X509StoreLocation.CURRENTUSER
- fullName: system.fabric.X509StoreLocation.LOCALMACHINE
name: LOCALMACHINE
nameWithType: X509StoreLocation.LOCALMACHINE
summary: <p>Indicates local machine as the store location. </p>
uid: system.fabric.X509StoreLocation.LOCALMACHINE
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;X509StoreLocation&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: system.fabric.X509StoreLocation.getValue()
name: getValue()
nameWithType: X509StoreLocation.getValue()
returns:
description: <p>integer value representing <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.X509StoreLocation"></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.X509StoreLocation"></xref> value. </p>
syntax: public int getValue()
uid: system.fabric.X509StoreLocation.getValue()
nameWithType: X509StoreLocation
syntax: public enum X509StoreLocation
uid: system.fabric.X509StoreLocation
fullName: system.fabric.X509StoreLocation
name: X509StoreLocation
package: system.fabric
summary: <p>Defines a class to represent a store location in the certificate provider. </p>
metadata: {}