MicrosoftGraphCertificateAuthority Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
certificateAuthority
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphCertificateAuthorityTypeConverter))]
public class MicrosoftGraphCertificateAuthority : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphCertificateAuthority, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphCertificateAuthorityTypeConverter))>]
type MicrosoftGraphCertificateAuthority = class
interface IMicrosoftGraphCertificateAuthority
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class MicrosoftGraphCertificateAuthority
Implements IAssociativeArray(Of Object), IMicrosoftGraphCertificateAuthority
- Inheritance
-
MicrosoftGraphCertificateAuthority
- Attributes
- Implements
Constructors
MicrosoftGraphCertificateAuthority() |
Creates an new MicrosoftGraphCertificateAuthority instance. |
Fields
__additionalProperties |
Properties
Certificate |
Required. The base64 encoded string representing the public certificate. |
CertificateRevocationListUrl |
The URL of the certificate revocation list. |
DeltaCertificateRevocationListUrl |
The URL contains the list of all revoked certificates since the last time a full certificate revocaton list was created. |
IsRootAuthority |
Required. true if the trusted certificate is a root authority, false if the trusted certificate is an intermediate authority. |
Issuer |
The issuer of the certificate, calculated from the certificate value. Read-only. |
IssuerSki |
The subject key identifier of the certificate, calculated from the certificate value. Read-only. |
Item[String] |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphCertificateAuthority. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphCertificateAuthority. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphCertificateAuthority. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphCertificateAuthority, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphCertificateAuthority into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) |
Operators
Implicit(MicrosoftGraphCertificateAuthority to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |