AppPrincipalCredentialReference members
Represents a reference to a credential for an app principal.
The AppPrincipalCredentialReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AppPrincipalCredentialReference | Initializes a new instance of the AppPrincipalCredentialReference class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Id | Gets or sets the unique identifier. |
![]() |
NameIdentifier | Gets or sets the name identifier of the principal. |
![]() |
NotAfter | Gets or sets the instant in time when this key expires. |
![]() |
NotBefore | Gets or sets the earliest instant in time when this key is valid. |
![]() |
TypeId | Gets the type identifier of the principal. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top