Class CloudFoundryInstanceCertificate
Inheritance
System.Object
CloudFoundryInstanceCertificate
Assembly: Steeltoe.Security.Authentication.CloudFoundryCore.dll
Syntax
public class CloudFoundryInstanceCertificate : object
Properties
|
Edit this page
View Source
AppId
Declaration
public string AppId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Certificate
Declaration
public X509Certificate2 Certificate { get; }
Property Value
Type |
Description |
X509Certificate2 |
|
|
Edit this page
View Source
InstanceId
Declaration
public string InstanceId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
OrgId
Declaration
public string OrgId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SpaceId
Declaration
public string SpaceId { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
TryParse(X509Certificate2, out CloudFoundryInstanceCertificate, ILogger)
Declaration
public static bool TryParse(X509Certificate2 certificate, out CloudFoundryInstanceCertificate cloudFoundryInstanceCertificate, ILogger logger = null)
Parameters
Returns
Type |
Description |
System.Boolean |
|