Show / Hide Table of Contents

Class CertificateCredential

The CertificateCredential class represents a digital certificate used to access to resources in a PKI (Public Key Infrastructure).

Inheritance
Object
Credential
CertificateCredential
Implements
System.ComponentModel.INotifyPropertyChanged
System.Runtime.Serialization.ISerializable
Credential.ServiceUri
Credential.PropertyChanged
Credential.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
[Serializable]
public sealed class CertificateCredential : Credential, INotifyPropertyChanged, ISerializable

Constructors

Name Description
CertificateCredential(String, X509Certificate)

Initializes a new instance of the CertificateCredential class for the specified service with the specified client certificate.

CertificateCredential(Uri, X509Certificate)

Initializes a new instance of the CertificateCredential class for the specified service with the specified client certificate.

Properties

Name Description
ClientCertificate

Gets the client certificate for accessing an ArcGIS resource in a PKI.

UserName

Gets the name of the user associated with this credential.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.5 - 100.15
In This Article
Back to top Copyright © 2022 Esri.