Class CloudFoundryInstanceCertificate
- Namespace
- Steeltoe.Security.Authentication.Mtls
- Assembly
- Steeltoe.Security.Authentication.CloudFoundryCore.dll
public class CloudFoundryInstanceCertificate
- Inheritance
-
CloudFoundryInstanceCertificate
- Inherited Members
Properties
AppId
public string AppId { get; }
Property Value
Certificate
public X509Certificate2 Certificate { get; }
Property Value
InstanceId
public string InstanceId { get; }
Property Value
OrgId
public string OrgId { get; }
Property Value
SpaceId
public string SpaceId { get; }
Property Value
Methods
TryParse(X509Certificate2, out CloudFoundryInstanceCertificate, ILogger)
public static bool TryParse(X509Certificate2 certificate, out CloudFoundryInstanceCertificate cloudFoundryInstanceCertificate, ILogger logger = null)
Parameters
certificate
X509Certificate2cloudFoundryInstanceCertificate
CloudFoundryInstanceCertificatelogger
ILogger