PromotionCertificate Constructors
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.
Overloads
PromotionCertificate() | |
PromotionCertificate(String) |
PromotionCertificate()
public:
PromotionCertificate();
public PromotionCertificate ();
Public Sub New ()
Applies to
PromotionCertificate(String)
public:
PromotionCertificate(System::String ^ objectId);
public PromotionCertificate (string objectId);
new Microsoft.IdentityServer.PolicyModel.Configuration.PromotionCertificate : string -> Microsoft.IdentityServer.PolicyModel.Configuration.PromotionCertificate
Public Sub New (objectId As String)
Parameters
- objectId
- String