Class LocalCertificateWriter
Inheritance
System.Object
LocalCertificateWriter
Assembly: Steeltoe.Common.Security.dll
Syntax
public class LocalCertificateWriter : object
Fields
|
Edit this page
View Source
AppBasePath
Declaration
public static readonly string AppBasePath
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
Declaration
public string IntermediatePfxPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RootCAPfxPath
Declaration
public string RootCAPfxPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
Write(Guid, Guid)
Declaration
public bool Write(Guid orgId, Guid spaceId)
Parameters
Type |
Name |
Description |
Guid |
orgId |
|
Guid |
spaceId |
|
Returns
Type |
Description |
System.Boolean |
|