SecurityCenterPublisherInfo 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.
Represents the publisher information of a process/rule.
public class SecurityCenterPublisherInfo
public class SecurityCenterPublisherInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPublisherInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPublisherInfo>
type SecurityCenterPublisherInfo = class
type SecurityCenterPublisherInfo = class
interface IJsonModel<SecurityCenterPublisherInfo>
interface IPersistableModel<SecurityCenterPublisherInfo>
Public Class SecurityCenterPublisherInfo
Public Class SecurityCenterPublisherInfo
Implements IJsonModel(Of SecurityCenterPublisherInfo), IPersistableModel(Of SecurityCenterPublisherInfo)
- Inheritance
-
SecurityCenterPublisherInfo
- Implements
Constructors
SecurityCenterPublisherInfo() |
Initializes a new instance of SecurityCenterPublisherInfo. |
Properties
BinaryName |
The "OriginalName" field taken from the file's version resource. |
ProductName |
The product name taken from the file's version resource. |
PublisherName |
The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country. |
Version |
The binary file version taken from the file's version resource. |
Explicit Interface Implementations
IJsonModel<SecurityCenterPublisherInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityCenterPublisherInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityCenterPublisherInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityCenterPublisherInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityCenterPublisherInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET